aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: using prop instead of attr to receive disabled stateFelix Nagel2013-04-291-2/+2
|
* Selectmenu: do not call _getCreateOptions directlyFelix Nagel2013-04-291-1/+1
|
* Selectmenu: use outerWidth for menu width calculationFelix Nagel2013-04-291-1/+1
|
* Selectmenu: add renderItemData method similar to autocompleteFelix Nagel2013-04-291-4/+8
|
* Selectmenu: add spacesFelix Nagel2013-04-291-1/+1
|
* Selectmenu: use guard clause for option length checking in refreshFelix Nagel2013-04-291-12/+15
|
* Selectmenu: adjust comments, trim trailing spacesFelix Nagel2013-04-291-9/+7
|
* Selectmenu: rename var to focusIndexFelix Nagel2013-04-291-2/+2
|
* Selectmenu: blank before commentFelix Nagel2013-04-291-0/+1
|
* Selectmenu: improve readability when creating button elementsFelix Nagel2013-04-291-2/+2
|
* Selectmenu: set aria states as string if neededFelix Nagel2013-04-291-3/+3
|
* Selectmenu: simplify tabindex attribute setting on button createFelix Nagel2013-04-291-1/+1
|
* Selectmenu: Comments start with an uppercase letterFelix Nagel2013-04-291-19/+19
|
* Selectmenu: don't quote click, remove extraneous spaceFelix Nagel2013-04-291-1/+1
|
* Selectmenu: improve id generationFelix Nagel2013-04-291-3/+7
|
* 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
|