aboutsummaryrefslogtreecommitdiffstats
path: root/ui/menu.js
Commit message (Collapse)AuthorAgeFilesLines
* Menu: Ignore bubbled mouseenter events on parent itemsJörn Zaefferer2015-04-081-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 $.WidgetJörn Zaefferer2015-03-181-1/+0
| | | | Ref #7053
* All: Consolidate `.removeAttr()` callsScott González2015-03-181-11/+4
| | | | Closes gh-1505
* Menu: Fix style issuesJörn Zaefferer2015-03-181-45/+45
| | | | Closes gh-1491
* Core: Add methods to work around IE active element bugsScott González2015-03-121-2/+2
| | | | Closes gh-1478
* Menu: Add classes optionAlexander Schmitz2015-03-111-61/+57
| | | | | Ref #7053 Ref gh-1411
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Menu: Use ui-state-active consistentlyJörn Zaefferer2015-01-211-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 noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-031-6/+6
| | | | | Fixes #10683 Closes gh-1382
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-251-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 whitespaceTrisha Crowley2014-10-071-1/+1
| | | | | Fixes #10649 Closes gh-1356
* Menu: Remove a redundant checkTJ VanToll2014-10-031-7/+3
| | | | Closes gh-1355
* Menu: Maintain focus on already selected item during typeaheadTJ VanToll2014-10-031-1/+1
| | | | | Fixes #10644 Closes gh-1354
* Menu: Filter out non-items when typingSimen Bekkhus2014-09-291-13/+17
| | | | | Fixes #10571 Closes gh-1329
* Menu: Ignore mouseenter events while typeahead is acticeJörn Zaefferer2014-08-271-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 _scrollIntoViewJörn Zaefferer2014-05-061-1/+1
| | | | Fixes #9991
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+640
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029