Felix Nagel
|
50bb89f3be
|
Selectmenu: follow-up to: menuItems now contains link elements instead of list elements
|
2013-02-13 23:30:37 +01:00 |
|
Felix Nagel
|
06eb3bff6a
|
Selectmenu: menuItems now contains link elements instead of list elements
|
2013-02-13 23:09:00 +01:00 |
|
Felix Nagel
|
8a5e8696ad
|
Selectmenu: aria-activedescendant should be set when item is selected, not when menu is closed
|
2013-02-13 23:07:25 +01:00 |
|
Felix Nagel
|
640d3080eb
|
Selectmenu: menu focus reset when menu is closed, prevents issues when using keyboard control on button when focusing menu item before
|
2013-02-13 22:42:05 +01:00 |
|
Felix Nagel
|
9719719e60
|
Selectmenu: rename _setSelected to _setAria
|
2013-02-09 03:24:50 +01:00 |
|
Felix Nagel
|
3a17a91f30
|
Selectmenu: click on the text of the button did not open the menu in Webkit browsers
|
2013-02-08 22:05:26 +01:00 |
|
Felix Nagel
|
4d77ca3e21
|
Selectmenu: Update copyright year to 2013
|
2013-01-10 19:16:41 +01:00 |
|
Felix Nagel
|
c9602857dd
|
Selectmenu: improve element creation
|
2013-01-02 19:52:18 +01:00 |
|
Felix Nagel
|
2eb92232f3
|
Selectmenu: make sure position option could be overwritten
|
2013-01-02 19:36:56 +01:00 |
|
Felix Nagel
|
50d7a969a5
|
Selectmenu: improve _setOption to make it possible to change icons option after init
|
2012-12-20 00:16:37 +01:00 |
|
Felix Nagel
|
a787d52d4a
|
Selectmenu: make dropdown style default and remove option dropdown
|
2012-12-20 00:10:06 +01:00 |
|
Felix Nagel
|
52fc8e3c70
|
Selectmenu: add option icons
|
2012-12-18 19:55:04 +01:00 |
|
Felix Nagel
|
1afede867d
|
Selectmenu: remove zIndex
|
2012-12-16 01:44:19 +01:00 |
|
Felix Nagel
|
76f335ea68
|
Selectmenu: CGL and lint fixes
|
2012-12-15 02:40:14 +01:00 |
|
Felix Nagel
|
57ecee889d
|
Selectmenu: rework appendTo functionality
|
2012-12-15 02:21:51 +01:00 |
|
Felix Nagel
|
e2b5123f37
|
Selectmenu: introduce _setText helper function to improve handling of empty strings
|
2012-12-14 18:04:51 +01:00 |
|
Felix Nagel
|
1ea22565d3
|
Selectmenu: fix closing of empty selects
|
2012-12-13 01:12:52 +01:00 |
|
Felix Nagel
|
c69d01bed7
|
Selectmenu: replace placeholder entity with  
|
2012-12-13 00:54:45 +01:00 |
|
Felix Nagel
|
89019606eb
|
Selectmenu: revert change to text instead of html, otherwise the unicode special char wont be displayed
|
2012-12-13 00:53:51 +01:00 |
|
Felix Nagel
|
ed422bd855
|
Selectmenu: removed ugly workaround for IE9 to make sure the menu is built on first focus
|
2012-12-12 23:43:32 +01:00 |
|
Felix Nagel
|
b15ae2a64f
|
Selectmenu: merge and explain if statements in Menu focus event, remove unneeded Menu focus method call in open
|
2012-12-12 19:31:39 +01:00 |
|
Felix Nagel
|
20aad07fe4
|
Selectmenu: fix comment typo
|
2012-12-12 17:39:00 +01:00 |
|
Felix Nagel
|
07328359e9
|
Selectmenu: use method _documentClick for adding events to the document
|
2012-12-12 17:26:17 +01:00 |
|
Felix Nagel
|
d1350f9f11
|
Selectmenu: improve option appendTo handling in appendTo method
|
2012-12-12 16:34:56 +01:00 |
|
Jörn Zaefferer
|
2845d38d40
|
Selectmenu: Select value when closing with space
|
2012-12-09 12:58:47 +01:00 |
|
Jörn Zaefferer
|
15032d17d9
|
Selectmenu: Remove colons from labels, annoying for screenreader-users. Cleanup whitespace.
|
2012-12-09 12:36:35 +01:00 |
|
Felix Nagel
|
e6aca63a77
|
Selectmenu: simplify $.each usage in _readOptions method
|
2012-12-03 23:28:06 +01:00 |
|
Felix Nagel
|
aa60a9e114
|
Selectmenu: use item.index instead of _getSelectedItem method
|
2012-12-03 23:19:15 +01:00 |
|
Felix Nagel
|
60e3302d96
|
Selectmenu: use text() instead of html() as the option and optgroup is read as text
|
2012-12-03 23:07:30 +01:00 |
|
Felix Nagel
|
cba09dafa7
|
Selectmenu: guard clause should not return false
|
2012-12-03 23:05:09 +01:00 |
|
Felix Nagel
|
04553a7da5
|
Selectmenu: close guard close should test for closed menu
|
2012-12-03 23:04:53 +01:00 |
|
Felix Nagel
|
0d282630de
|
Selectmenu: make isOpen check a guard clause in close method
|
2012-11-29 20:57:44 +01:00 |
|
Felix Nagel
|
18ecaf45db
|
Selectmenu: added comment about popup positioning
|
2012-11-29 20:33:05 +01:00 |
|
Felix Nagel
|
f622428c43
|
Selectmenu: improve disabled check in open method
|
2012-11-29 20:23:30 +01:00 |
|
Felix Nagel
|
ac7b8f925a
|
Selectmenu: improve comment in _drawMenu
|
2012-11-29 20:20:43 +01:00 |
|
Felix Nagel
|
1e6808a1a2
|
Selectmenu: replace placeholder entity with  
|
2012-11-29 20:13:57 +01:00 |
|
Felix Nagel
|
a177a92635
|
Selectmenu: improve element creation
|
2012-11-29 20:10:05 +01:00 |
|
Felix Nagel
|
e581a13c10
|
Selectmenu: remove unnecessary comments from _drawButton
|
2012-11-29 20:06:00 +01:00 |
|
Felix Nagel
|
71e744ad30
|
Selectmenu: move button event binding in _drawButton
|
2012-11-29 19:54:10 +01:00 |
|
Felix Nagel
|
080b5bca0a
|
Selectmenu: remove unnecessary comments from _create
|
2012-11-29 19:53:12 +01:00 |
|
Felix Nagel
|
b014bc6245
|
Selectmenu: alphabetical ordering of options and callback events
|
2012-11-29 19:49:43 +01:00 |
|
Felix Nagel
|
8a62210538
|
Selectmenu: updated documentation link
|
2012-11-29 19:41:20 +01:00 |
|
Felix Nagel
|
7328333773
|
Selectmenu: better position handling, fixes issue with wrong styles when using custom positioning
|
2012-11-29 00:58:28 +01:00 |
|
Felix Nagel
|
4e68c526ab
|
Selectmenu: removed Position Plugin offset option to fix broken pop-up functionality
|
2012-11-23 15:38:33 +01:00 |
|
Felix Nagel
|
12fe28fefd
|
Selectmenu: cleanup, CGL and lint fix
|
2012-11-12 23:06:05 +01:00 |
|
Felix Nagel
|
a9a6e3beaf
|
Selectmenu: proposed fix for menu delay issue
|
2012-11-10 01:25:30 +01:00 |
|
Felix Nagel
|
7725e4adba
|
Selectmenu: focus selected item when menu opens
|
2012-11-10 01:18:49 +01:00 |
|
Felix Nagel
|
684b55bcbc
|
Selectmenu: Do not remove ui-state-focus class on first button focus (follow-up)
|
2012-10-27 20:49:35 +02:00 |
|
Felix Nagel
|
b6e1c86864
|
Selectmenu: Do not remove ui-state-focus class on first button focus
|
2012-10-26 19:29:30 +02:00 |
|
Felix Nagel
|
228a9b91fb
|
Selectmenu: follow-up for menu, reset aria-activedescendant to selected item when menu is closed
|
2012-10-26 00:41:17 +02:00 |
|