Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add computedstyle option for calculating the width #5559

Merged
merged 1 commit into from Jul 9, 2019
Merged

Commits on Jul 9, 2019

  1. Add computedstyle option for calculating the width

    This allows for more accurate resolution of the width when compared
    to the `resolve` method. This is more relevant for jQuery 1.x, where
    the `resolve` method cannot find the width of a hidden select box,
    but it also applies to newer versions of jQuery where the `width()`
    method provided by jQuery doesn't fully match `getComputedStyle()`.
    
    Fixes #3278
    Fixes #5502
    Closes #5259
    OmarGardener authored and kevin-brown committed Jul 9, 2019
    Copy the full SHA
    347f14e View commit details
    Browse the repository at this point in the history