Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: Support number pad keyboard input | Felix Nagel | 2016-08-24 | 1 | -1/+4 |
| | | | | | Fixes #15031 Closes gh-1732 | ||||
* | Menu: Remove extraneous blank lines | Scott González | 2016-04-13 | 1 | -2/+0 |
| | |||||
* | Menu: Fix line length issues | Alexander Schmitz | 2016-04-13 | 1 | -3/+12 |
| | | | | Ref gh-1690 | ||||
* | Menu: Don't reset active element until after triggering `blur` event | Scott González | 2016-04-13 | 1 | -1/+1 |
| | | | | | | | This ensures that `ui.item` actually exists in the `blur` event. Fixes #14945 Closes gh-1696 | ||||
* | Menu: Check that there is an active item in `_activate()` | Rand Scullard | 2016-03-30 | 1 | -1/+1 |
| | | | | Closes gh-1606 | ||||
* | Menu: Remove active class from top-level item when menu is blurred | Jörn Zaefferer | 2016-03-11 | 1 | -8/+8 |
| | | | | | | | | | | | This issue was introduced by 0bbd1569182bc03e8dc4f5f8aa203e8edbe15f99, which reduced the use of ui-state-focus and ui-state-active to using only ui-state-focus. This introduced the issue addressed here. The fix is more of a workaround. With test test in place, we can investigate a better solution in the future. Fixes #14919 | ||||
* | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 1 | -3/+3 |
| | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | ||||
* | Menu: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -9/+7 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Menu: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -0/+3 |
| | | | | Ref #14246 | ||||
* | Menu: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -1/+1 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Menu: Move menu into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+662 |
Ref #13885 |