aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectmenu/selectmenu_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-128/+0
| | | | Ref gh-1528
* Selectmenu: Convert tests to new infrastructureScott González2015-04-091-2/+5
| | | | | Ref #10119 Ref gh-1528
* Selectmenu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-9/+8
|
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-051-3/+6
| | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-2/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Selectmenu: Remove unused var in testScott González2014-07-291-1/+1
|
* Selectmenu: Don't check menu width in width option testsScott González2014-07-291-13/+1
|
* Selectmenu: Properly set width for buttonScott González2014-07-291-2/+10
| | | | | Fixes #10145 Closes gh-1296
* Tests: Use closeEnough() to account for rounding differencesTJ VanToll2014-06-251-1/+1
| | | | | | | | | Selectmenu's test suite broke with b0e8380, which changed the padding used by the menu widget. Selectmenu conditionally adds pixels to the menu's width, and using closeEnough() accounts for that and the rounding differences across browsers. Closes gh-1275
* Selectmenu: Test cleanupScott González2014-04-221-19/+33
|
* Selectmenu: Refactor appendTo option testsJörn Zaefferer2014-02-211-16/+27
|
* Selectmenu: Fall back to .ui-front searching for empty jQuery objectsJörn Zaefferer2014-02-211-1/+6
| | | | Fixes #9757
* Selectmenu Tests: add unit and visual tests for width optionFelix Nagel2013-12-071-0/+39
|
* Selectmenu Tests: add spaces to [0]Felix Nagel2013-04-291-7/+7
|
* Selectmenu Tests: clean up spacing and intentionFelix Nagel2013-04-291-5/+5
|
* Selectmenu Tests: rename wrapper divsFelix Nagel2013-04-291-8/+8
|
* Selectmenu tests: CGL, trim triling spacesFelix Nagel2013-02-141-10/+10
|
* Selectmenu tests: remove option dropdownFelix Nagel2012-12-201-15/+1
|
* Selectmenu tests: improve appendTo option testsFelix Nagel2012-12-151-4/+37
|
* Selectmenu: small fixes for lint testsFelix Nagel2012-05-241-1/+1
|
* Selectmenu: trim trailing spacesFelix Nagel2012-05-161-2/+2
|
* Selectmenu: adjust and improve unit testsFelix Nagel2012-02-261-19/+25
|
* Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵Jörn Zaefferer2012-02-211-5/+3
| | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
* Selectmenu: Unit tests whitespace and linting/cleanupJörn Zaefferer2012-02-211-7/+7
|
* Selectmenu: revert initial refresh method changes (with unit tests)Felix Nagel2012-01-221-1/+0
| | | | This reverts commit 27049fc5dc59522c38376d5c91f9f9a304e16613 and d83e169424adf341afea4351cbe5b056f42ac996
* Selectmenu: fixed unit tests due to initial refresh method changesFelix Nagel2012-01-221-0/+1
|
* Selectmenu: improved dropdown CSS style unit testFelix Nagel2012-01-131-4/+10
|
* Selectmenu: fix unit tests (with clean-up)Felix Nagel2012-01-131-32/+27
|
* Selectmenu: removed option valueFelix Nagel2012-01-121-10/+0
|
* Selectmenu: updated options and events unit testsDan Wellman2011-12-121-4/+19
|
* Selectmenu: removed duplicates from options unit tests and added new options ↵Dan Wellman2011-12-011-7/+5
| | | | and events tests
* Updates to events and options unit testsDan Wellman2011-12-011-29/+0
|
* Selectmenu: added option unit testsDan Wellman2011-11-251-3/+58
|
* Selectmenu: Add placeholder for unit testsJörn Zaefferer2011-10-191-0/+7