Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Ignore mouse events triggered due to page scrolling | Scott González | 2017-05-02 | 2 | -4/+4 |
| | | | | | Fixes #9356 Closes gh-1806 | ||||
* | Selectmenu: Don't render options with the `hidden` attribute | Scott González | 2016-11-16 | 1 | -0/+26 |
| | | | | Fixes #15098 | ||||
* | Menu: Support number pad keyboard input | Felix Nagel | 2016-08-24 | 1 | -15/+31 |
| | | | | | Fixes #15031 Closes gh-1732 | ||||
* | Selectmenu: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -184/+200 |
| | |||||
* | Selectmenu: Prepend icon and move overflow to text span | Alexander Schmitz | 2016-03-30 | 1 | -1/+1 |
| | | | | | Fixes #14938 Closes gh-1685 | ||||
* | Selectmenu: Fixed selectmenu icon float right | Alexander Schmitz | 2016-02-24 | 1 | -1/+5 |
| | | | | | | | Also removes the icon space as its not needed with a floated icon Fixes #14914 Closes gh-1671 | ||||
* | Selectmenu: Handle form resets | Jörn Zaefferer | 2015-10-27 | 2 | -2/+20 |
| | | | | | Fixes #12236 Ref gh-1550 | ||||
* | Tests: Fix button space assertions on IE8 | Jörn Zaefferer | 2015-10-25 | 2 | -11/+11 |
| | | | | | IE8 still doesn't keep the space in the text (or HTML) representation. We don't really care, so adding more trims in these tests as well. | ||||
* | Selectmenu: Address review comments | Alexander Schmitz | 2015-10-08 | 2 | -4/+2 |
| | |||||
* | Selectmenu: update to use button css | Alexander Schmitz | 2015-10-07 | 3 | -14/+15 |
| | | | | This ensures consistency between different form elements | ||||
* | Selectmenu: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -88/+88 |
| | | | | Ref #14246 | ||||
* | Selectmenu: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -1/+1 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Selectmenu: Move selectmenu into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 |
| | | | | Ref #13885 | ||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 5 | -0/+0 |
| | | | | Ref gh-1528 | ||||
* | Selectmenu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -37/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | Selectmenu: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 3 | -21/+19 |
| | |||||
* | Selectmenu: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -1/+20 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -0/+1 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 2 | -4/+7 |
| | | | | | | | | | | `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 | 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 |
| |