Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Ignore bubbled mouseenter events on parent items | Jörn Zaefferer | 2015-04-08 | 1 | -1/+10 |
| | | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535 | ||||
* | Menu: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | All: Consolidate `.removeAttr()` calls | Scott González | 2015-03-18 | 1 | -11/+4 |
| | | | | Closes gh-1505 | ||||
* | Menu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -45/+45 |
| | | | | Closes gh-1491 | ||||
* | Core: Add methods to work around IE active element bugs | Scott González | 2015-03-12 | 1 | -2/+2 |
| | | | | Closes gh-1478 | ||||
* | Menu: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -61/+57 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | All: Add css-dependency-comments based on jQuery Mobile | Rafael Xavier de Souza | 2015-02-26 | 1 | -0/+3 |
| | | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440 | ||||
* | Menu: Use ui-state-active consistently | Jörn Zaefferer | 2015-01-21 | 1 | -5/+3 |
| | | | | | | | | 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 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 1 | -6/+6 |
| | | | | | Fixes #10683 Closes gh-1382 | ||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 1 | -26/+36 |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | ||||
* | Menu: Typeahead now accounts for leading whitespace | Trisha Crowley | 2014-10-07 | 1 | -1/+1 |
| | | | | | Fixes #10649 Closes gh-1356 | ||||
* | Menu: Remove a redundant check | TJ VanToll | 2014-10-03 | 1 | -7/+3 |
| | | | | Closes gh-1355 | ||||
* | Menu: Maintain focus on already selected item during typeahead | TJ VanToll | 2014-10-03 | 1 | -1/+1 |
| | | | | | Fixes #10644 Closes gh-1354 | ||||
* | Menu: Filter out non-items when typing | Simen Bekkhus | 2014-09-29 | 1 | -13/+17 |
| | | | | | Fixes #10571 Closes gh-1329 | ||||
* | Menu: Ignore mouseenter events while typeahead is actice | Jörn Zaefferer | 2014-08-27 | 1 | -0/+6 |
| | | | | | | | Prevents focusing the wrong item when typeahead causes a scroll while the mouse is over an item in the menu. Fixes #10458 | ||||
* | Menu: Use item.outerHeight() in _scrollIntoView | Jörn Zaefferer | 2014-05-06 | 1 | -1/+1 |
| | | | | Fixes #9991 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+640 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |