aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Expand)AuthorAgeFilesLines
* Selectmenu: Updating to use instance method on bridge, see 4fce29e9356d7cbe2c...Felix Nagel2013-03-191-1/+1
* Selectmenu: add ui-state-disabled and aria-disabled manually as its removed f...Felix Nagel2013-03-191-0/+4
* Selectmenu: Remove aria-selected, since that only causes NVDA to announce 'no...Jörn Zaefferer2013-03-091-2/+0
* 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 va...Jörn Zaefferer2013-03-011-1/+1
* Selectmenu: follow-up to: menuItems now contains link elements instead of lis...Felix Nagel2013-02-131-1/+1
* 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 wh...Felix Nagel2013-02-131-8/+10
* Selectmenu: menu focus reset when menu is closed, prevents issues when using ...Felix Nagel2013-02-131-2/+5
* 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 b...Felix Nagel2013-02-081-2/+1
* 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 aft...Felix Nagel2012-12-201-0/+6
* 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 s...Felix Nagel2012-12-141-12/+17
* 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 spec...Felix Nagel2012-12-131-1/+1
* Selectmenu: removed ugly workaround for IE9 to make sure the menu is built on...Felix Nagel2012-12-121-5/+0
* Selectmenu: merge and explain if statements in Menu focus event, remove unnee...Felix Nagel2012-12-121-8/+6
* 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. Clean...Jörn Zaefferer2012-12-091-1/+1
* 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 a...Felix Nagel2012-12-031-2/+2
* 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