Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 2 | -3/+0 |
| | | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually. | ||||
* | Menu: Use ui-state-active consistently | Jörn Zaefferer | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692 | ||||
* | Selectmenu: Better handling when there are no options | Scott González | 2015-01-12 | 1 | -0/+14 |
| | | | | | | Fixes #10662 Closes gh-1370 Closes gh-1423 | ||||
* | Selectmenu: Copy title attributes | Felix Nagel | 2014-11-04 | 1 | -8/+16 |
| | | | | | Fixes #10435 Closes gh-1298 | ||||
* | Selectmenu: Introduce _renderButtonItem() method | Felix Nagel | 2014-11-04 | 1 | -0/+34 |
| | | | | | Fixes #10142 Closes gh-1299 | ||||
* | Selectmenu: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 1 | -43/+44 |
| | |||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Selectmenu: Work around test bug in IE | Scott González | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-22 | 1 | -19/+33 |
| | |||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-22 | 2 | -49/+47 |
| | |||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-22 | 1 | -45/+47 |
| | |||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-21 | 1 | -50/+61 |
| | |||||
* | Selectmenu: Default disabled option to null | Scott González | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Selectmenu: Fix reference to jQuery in tests | Scott González | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Remove unused var | Scott González | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Don't use active items at all | Scott González | 2014-04-18 | 1 | -15/+11 |
| | | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224 | ||||
* | 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 | ||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -6/+6 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Selectmenu Tests: add unit tests for empty options | Felix Nagel | 2013-12-18 | 1 | -0/+32 |
| | |||||
* | Selectmenu Tests: add unit and visual tests for width option | Felix Nagel | 2013-12-07 | 1 | -0/+39 |
| | |||||
* | Selectmenu: close menu on other element mousedown not on click | Felix Nagel | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Selectmenu Tests: remove widthMenu option and rename widthButton option to width | Felix Nagel | 2013-10-24 | 1 | -2/+1 |
| | |||||
* | Selectmenu: Remove links in menu items | Felix Nagel | 2013-10-10 | 2 | -12/+12 |
| | |||||
* | Selectmenu Tests: add width options to common test | Felix Nagel | 2013-09-29 | 1 | -0/+2 |
| | |||||
* | Selectmenu Tests: check CSS class on menu items | Felix Nagel | 2013-09-04 | 1 | -18/+28 |
| | |||||
* | Selectmenu Tests: check if button text is updated when selected option is added | Felix Nagel | 2013-08-31 | 1 | -2/+6 |
| | |||||
* | Selectmenu tests: lint fix | Felix Nagel | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Selectmenu tests: check item focus | Felix Nagel | 2013-08-03 | 1 | -0/+37 |
| | |||||
* | Selectmenu Tests: fix lint issues | Felix Nagel | 2013-07-01 | 1 | -2/+1 |
| | |||||
* | Selectmenu Tests: add item looping tests | Felix Nagel | 2013-07-01 | 1 | -0/+28 |
| | |||||
* | Selectmenu Tests: use trigger instead of simulate for click events in order ↵ | Felix Nagel | 2013-07-01 | 2 | -9/+9 |
| | | | | to make tests work in IE/ and IE8 | ||||
* | Selectmenu tests: fix lint issues | Felix Nagel | 2013-06-04 | 2 | -7/+6 |
| | |||||
* | Selectmenu Tests: use asyncTest when working with focus events | Felix Nagel | 2013-05-30 | 2 | -32/+50 |
| | |||||
* | Selectmenu tests: test if close event is fired when selectmenu is closed by ↵ | Felix Nagel | 2013-05-30 | 1 | -2/+5 |
| | | | | click on body | ||||
* | Selectmenu tests: improve all other focus callback event tests | Felix Nagel | 2013-05-30 | 1 | -12/+16 |
| | |||||
* | Selectmenu tests: improve focus callback event test, add keydown focus test, ↵ | Felix Nagel | 2013-05-30 | 1 | -8/+15 |
| | | | | add multiple focus events test | ||||
* | Selectmenu Tests: improve events tests, check for original option element ↵ | Felix Nagel | 2013-05-12 | 1 | -7/+11 |
| | | | | not only for node type | ||||
* | Selectmenu Tests: simplify asyncTest | Felix Nagel | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | Selectmenu Tests: fixed spacing | Felix Nagel | 2013-05-07 | 1 | -6/+6 |
| | |||||
* | Selectmenu Tests: use asyncTest when working with focus events | Felix Nagel | 2013-05-01 | 1 | -83/+98 |
| | |||||
* | Selectmenu Tests: add spaces to [0] | Felix Nagel | 2013-04-29 | 3 | -11/+11 |
| | |||||
* | Selectmenu Test: rename widget method test | Felix Nagel | 2013-04-29 | 1 | -1/+1 |
| |