Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -128/+0 |
| | | | | Ref gh-1528 | ||||
* | Selectmenu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -2/+5 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Selectmenu: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -9/+8 |
| | |||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 1 | -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 breaks | Jörn Zaefferer | 2015-01-24 | 1 | -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 test | Scott González | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Don't check menu width in width option tests | Scott González | 2014-07-29 | 1 | -13/+1 |
| | |||||
* | Selectmenu: Properly set width for button | Scott González | 2014-07-29 | 1 | -2/+10 |
| | | | | | Fixes #10145 Closes gh-1296 | ||||
* | Tests: Use closeEnough() to account for rounding differences | TJ VanToll | 2014-06-25 | 1 | -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 cleanup | Scott González | 2014-04-22 | 1 | -19/+33 |
| | |||||
* | Selectmenu: Refactor appendTo option tests | Jörn Zaefferer | 2014-02-21 | 1 | -16/+27 |
| | |||||
* | Selectmenu: Fall back to .ui-front searching for empty jQuery objects | Jörn Zaefferer | 2014-02-21 | 1 | -1/+6 |
| | | | | Fixes #9757 | ||||
* | Selectmenu Tests: add unit and visual tests for width option | Felix Nagel | 2013-12-07 | 1 | -0/+39 |
| | |||||
* | Selectmenu Tests: add spaces to [0] | Felix Nagel | 2013-04-29 | 1 | -7/+7 |
| | |||||
* | Selectmenu Tests: clean up spacing and intention | Felix Nagel | 2013-04-29 | 1 | -5/+5 |
| | |||||
* | Selectmenu Tests: rename wrapper divs | Felix Nagel | 2013-04-29 | 1 | -8/+8 |
| | |||||
* | Selectmenu tests: CGL, trim triling spaces | Felix Nagel | 2013-02-14 | 1 | -10/+10 |
| | |||||
* | Selectmenu tests: remove option dropdown | Felix Nagel | 2012-12-20 | 1 | -15/+1 |
| | |||||
* | Selectmenu tests: improve appendTo option tests | Felix Nagel | 2012-12-15 | 1 | -4/+37 |
| | |||||
* | Selectmenu: small fixes for lint tests | Felix Nagel | 2012-05-24 | 1 | -1/+1 |
| | |||||
* | Selectmenu: trim trailing spaces | Felix Nagel | 2012-05-16 | 1 | -2/+2 |
| | |||||
* | Selectmenu: adjust and improve unit tests | Felix Nagel | 2012-02-26 | 1 | -19/+25 |
| | |||||
* | Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵ | Jörn Zaefferer | 2012-02-21 | 1 | -5/+3 |
| | | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling. | ||||
* | Selectmenu: Unit tests whitespace and linting/cleanup | Jörn Zaefferer | 2012-02-21 | 1 | -7/+7 |
| | |||||
* | Selectmenu: revert initial refresh method changes (with unit tests) | Felix Nagel | 2012-01-22 | 1 | -1/+0 |
| | | | | This reverts commit 27049fc5dc59522c38376d5c91f9f9a304e16613 and d83e169424adf341afea4351cbe5b056f42ac996 | ||||
* | Selectmenu: fixed unit tests due to initial refresh method changes | Felix Nagel | 2012-01-22 | 1 | -0/+1 |
| | |||||
* | Selectmenu: improved dropdown CSS style unit test | Felix Nagel | 2012-01-13 | 1 | -4/+10 |
| | |||||
* | Selectmenu: fix unit tests (with clean-up) | Felix Nagel | 2012-01-13 | 1 | -32/+27 |
| | |||||
* | Selectmenu: removed option value | Felix Nagel | 2012-01-12 | 1 | -10/+0 |
| | |||||
* | Selectmenu: updated options and events unit tests | Dan Wellman | 2011-12-12 | 1 | -4/+19 |
| | |||||
* | Selectmenu: removed duplicates from options unit tests and added new options ↵ | Dan Wellman | 2011-12-01 | 1 | -7/+5 |
| | | | | and events tests | ||||
* | Updates to events and options unit tests | Dan Wellman | 2011-12-01 | 1 | -29/+0 |
| | |||||
* | Selectmenu: added option unit tests | Dan Wellman | 2011-11-25 | 1 | -3/+58 |
| | |||||
* | Selectmenu: Add placeholder for unit tests | Jörn Zaefferer | 2011-10-19 | 1 | -0/+7 |