1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/tests/options
Kevin Brown b5f136ff72
Add computedstyle option for calculating the width (#5559)
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
2019-07-09 19:44:33 -04:00
..
ajax-tests.js more typos 2017-10-26 13:17:26 -04:00
data-tests.js Skip the nested data test on unsupposed browsers 2015-03-11 19:46:48 -04:00
deprecated-tests.js Migrate from expect to assert.expect 2016-05-23 23:38:45 -04:00
translation-tests.js Allow for a partial dictionary in language 2015-04-02 10:52:31 -04:00
width-tests.js Add computedstyle option for calculating the width (#5559) 2019-07-09 19:44:33 -04:00