aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: Updating to use instance method on bridge, see ↵Felix Nagel2013-03-191-1/+1
| | | | 4fce29e9356d7cbe2ccbdc29a391603580e852de
* Selectmenu: add ui-state-disabled and aria-disabled manually as its removed ↵Felix Nagel2013-03-191-0/+4
| | | | from Widget, see 44d07173db32b498e5f83f60db290ff1463daee3
* Selectmenu: Remove aria-selected, since that only causes NVDA to announce ↵Jörn Zaefferer2013-03-091-2/+0
| | | | 'not selected', doesn't have any positive effect
* Selectmenu: remove button wrapper elementFelix Nagel2013-03-071-13/+7
|
* Selectmenu: Switch to span to avoid cranky click/keydown event handlingJörn Zaefferer2013-03-071-2/+3
|
* Selectmenu: improve keyboard controlFelix Nagel2013-03-071-3/+2
|
* Selectmenu: fix keyboard control issueFelix Nagel2013-03-071-7/+8
|
* Selectmenu: make sure menu is refreshed at least once before openingFelix Nagel2013-03-071-0/+3
|
* Selectmenu: switch from a to button elementFelix Nagel2013-03-071-11/+9
|
* Selectmenu: Fix whitespace (trailing ws on 1 line) and lint issues (unused ↵Jörn Zaefferer2013-03-011-1/+1
| | | | variables)
* Selectmenu: follow-up to: menuItems now contains link elements instead of ↵Felix Nagel2013-02-131-1/+1
| | | | list elements
* Selectmenu: menuItems now contains link elements instead of list elementsFelix Nagel2013-02-131-4/+4
|
* Selectmenu: aria-activedescendant should be set when item is selected, not ↵Felix Nagel2013-02-131-8/+10
| | | | when menu is closed
* Selectmenu: menu focus reset when menu is closed, prevents issues when using ↵Felix Nagel2013-02-131-2/+5
| | | | keyboard control on button when focusing menu item before
* Selectmenu: rename _setSelected to _setAriaFelix Nagel2013-02-091-3/+3
|
* Selectmenu: click on the text of the button did not open the menu in Webkit ↵Felix Nagel2013-02-081-2/+1
| | | | browsers
* Selectmenu: Update copyright year to 2013Felix Nagel2013-01-101-1/+1
|
* Selectmenu: improve element creationFelix Nagel2013-01-021-3/+3
|
* Selectmenu: make sure position option could be overwrittenFelix Nagel2013-01-021-1/+1
|
* Selectmenu: improve _setOption to make it possible to change icons option ↵Felix Nagel2012-12-201-0/+6
| | | | after init
* Selectmenu: make dropdown style default and remove option dropdownFelix Nagel2012-12-201-34/+9
|
* Selectmenu: add option iconsFelix Nagel2012-12-181-1/+5
|
* Selectmenu: remove zIndexFelix Nagel2012-12-161-3/+1
|
* Selectmenu: CGL and lint fixesFelix Nagel2012-12-151-3/+4
|
* Selectmenu: rework appendTo functionalityFelix Nagel2012-12-151-3/+23
|
* Selectmenu: introduce _setText helper function to improve handling of empty ↵Felix Nagel2012-12-141-12/+17
| | | | strings
* Selectmenu: fix closing of empty selectsFelix Nagel2012-12-131-3/+8
|
* Selectmenu: replace placeholder entity with  Felix Nagel2012-12-131-1/+1
|
* Selectmenu: revert change to text instead of html, otherwise the unicode ↵Felix Nagel2012-12-131-1/+1
| | | | special char wont be displayed
* Selectmenu: removed ugly workaround for IE9 to make sure the menu is built ↵Felix Nagel2012-12-121-5/+0
| | | | on first focus
* Selectmenu: merge and explain if statements in Menu focus event, remove ↵Felix Nagel2012-12-121-8/+6
| | | | unneeded Menu focus method call in open
* Selectmenu: fix comment typoFelix Nagel2012-12-121-1/+1
|
* Selectmenu: use method _documentClick for adding events to the documentFelix Nagel2012-12-121-8/+9
|
* Selectmenu: improve option appendTo handling in appendTo methodFelix Nagel2012-12-121-1/+1
|
* Selectmenu: Select value when closing with spaceJörn Zaefferer2012-12-091-1/+5
|
* Selectmenu: Remove colons from labels, annoying for screenreader-users. ↵Jörn Zaefferer2012-12-091-1/+1
| | | | Cleanup whitespace.
* Selectmenu: simplify $.each usage in _readOptions methodFelix Nagel2012-12-031-1/+1
|
* Selectmenu: use item.index instead of _getSelectedItem methodFelix Nagel2012-12-031-1/+1
|
* Selectmenu: use text() instead of html() as the option and optgroup is read ↵Felix Nagel2012-12-031-2/+2
| | | | as text
* Selectmenu: guard clause should not return falseFelix Nagel2012-12-031-1/+1
|
* Selectmenu: close guard close should test for closed menuFelix Nagel2012-12-031-1/+1
|
* Selectmenu: make isOpen check a guard clause in close methodFelix Nagel2012-11-291-6/+8
|
* Selectmenu: added comment about popup positioningFelix Nagel2012-11-291-0/+1
|
* Selectmenu: improve disabled check in open methodFelix Nagel2012-11-291-31/+33
|
* Selectmenu: improve comment in _drawMenuFelix Nagel2012-11-291-1/+1
|
* Selectmenu: replace placeholder entity with  Felix Nagel2012-11-291-1/+1
|
* Selectmenu: improve element creationFelix Nagel2012-11-291-6/+6
|
* Selectmenu: remove unnecessary comments from _drawButtonFelix Nagel2012-11-291-1/+0
|
* Selectmenu: move button event binding in _drawButtonFelix Nagel2012-11-291-5/+5
|
* Selectmenu: remove unnecessary comments from _createFelix Nagel2012-11-291-3/+0
|