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 |
|
Felix Nagel
|
a59b3c7585
|
Selectmenu: reset aria-activedescendant to selected item when menu is closed
|
2012-10-26 00:33:20 +02:00 |
|
Felix Nagel
|
7c1a9d9a36
|
Selectmenu: hopefully fixed multiple a11y bugs (value is recognized by screenreader: in collapsed state, when selecting a value, on tab focus; label points to button now)
|
2012-10-25 23:57:36 +02:00 |
|
Felix Nagel
|
b2d50f9ffc
|
Selectmenu: fixed aria-activedescendant for button element
|
2012-10-25 22:24:37 +02:00 |
|
Felix Nagel
|
9cf0f21efd
|
Selectmenu: add removeUniqueId to destroy method
|
2012-10-25 20:55:48 +02:00 |
|
Felix Nagel
|
b8cce0c3e1
|
Selectmenu: small improvement for label id setting
|
2012-10-25 20:54:27 +02:00 |
|
Jörn Zaefferer
|
99aa0ff8d1
|
Selectmenu: Fix data naming, should be [namespace]-[widgetname]-[value]
|
2012-10-19 18:22:12 -04:00 |
|
Robert Beuligmann
|
8e1e956248
|
Selectmenu: corrections based on code review.
|
2012-10-16 10:57:49 -05:00 |
|
Robert Beuligmann
|
20d19dbbf1
|
Selectmenu: ARIA tweaks for keyboard events and closed menu operation
|
2012-10-15 16:58:31 -05:00 |
|
Felix Nagel
|
c179902468
|
Simplify licensing.
|
2012-08-11 19:57:17 +02:00 |
|
Felix Nagel
|
b6e246784d
|
Selectmenu: remove unbind Menu document event to reset mouseHandled flag, related to revision b8ad711dee
|
2012-08-11 19:55:06 +02:00 |
|
Scott González
|
549b97ed6c
|
Selectmenu: Fixed event unbinding.
|
2012-07-17 15:27:26 -04:00 |
|
Felix Nagel
|
44f9b8fb09
|
Selectmenu: updated copyright notice
|
2012-07-16 20:36:01 +02:00 |
|
Felix Nagel
|
001bd3d502
|
Selectmenu: trim trailing spaces
|
2012-07-13 00:23:00 +02:00 |
|
Felix Nagel
|
b19986a851
|
Selectmenu: changed _unbind to _off
|
2012-07-13 00:18:05 +02:00 |
|
Felix Nagel
|
8f5f4b38cd
|
Selectmenu: changed _bind to _on
|
2012-07-13 00:10:49 +02:00 |
|
Felix Nagel
|
39532f0a8e
|
Selectmenu: Use new uniqueId method for generating id's
|
2012-05-31 18:54:57 +02:00 |
|
Felix Nagel
|
d4ec5cbb3f
|
Selectmenu: make use of Menu option 'role' (follow-up), no need to adjust li role
|
2012-05-24 18:56:41 +02:00 |
|
Felix Nagel
|
7345e43048
|
Selectmenu: make use of Menu option 'role'
|
2012-05-24 18:41:32 +02:00 |
|
Felix Nagel
|
ec6d88fae4
|
Selectmenu: small fixes for lint tests
|
2012-05-24 18:30:39 +02:00 |
|
Felix Nagel
|
c5a449d611
|
Selectmenu: small fixes for lint tests
|
2012-05-16 20:41:24 +02:00 |
|
Felix Nagel
|
360e885d98
|
Selectmenu: updated copyright year
|
2012-05-16 19:27:11 +02:00 |
|
Felix Nagel
|
ddf7c27c75
|
Selectmenu: prevent copyright notice from being removed by minification
|
2012-05-16 19:26:31 +02:00 |
|
Felix Nagel
|
b348d32caa
|
Selectmenu: trim trailing spaces
|
2012-05-16 19:25:21 +02:00 |
|
Felix Nagel
|
1092551e21
|
Selectmenu: fixed small regression which added unwanted, empty optgroup to every menu
|
2012-04-01 22:38:16 +02:00 |
|
kborchers
|
4a9e26c68e
|
Selectmenu: Add links to all menu items to be in line with what menu expects and remove the extra space added to disabled items
|
2012-03-18 21:47:40 -05:00 |
|
Felix Nagel
|
b1a72e6e04
|
Selectmenu: small improvements, code clean-up, lint, coding guidelines
|
2012-02-26 03:46:27 +01:00 |
|
Felix Nagel
|
cea684492d
|
Selectmenu: removed working but illogical closest context
|
2012-02-26 03:13:44 +01:00 |
|
Felix Nagel
|
f2228b0553
|
Selectmenu: remove unwanted Menu mouseover event, fixes problem with selected item highlighting on menu open
|
2012-02-26 01:50:55 +01:00 |
|
Felix Nagel
|
c5efddab2d
|
Selectmenu: small fix for _toggleAttr to make sure isOpen is not undefined
|
2012-02-26 01:15:49 +01:00 |
|
Felix Nagel
|
85d6acb899
|
Selectmenu: merged _toggleButtonStyle with _toggleAttr method, removed incomplete dropdown _setOptions functionality
|
2012-02-25 03:17:20 +01:00 |
|
Felix Nagel
|
a4eeddd330
|
Selectmenu: improve optgroup header event handling, fixed disabled item event handling, improve attribute handling on menu toggle, small improvements, clean-up
|
2012-02-25 01:43:53 +01:00 |
|
Felix Nagel
|
c0f9dd31e9
|
Selectmenu: unbind Menu document click event (fires unwanted focus event)
|
2012-02-25 00:15:28 +01:00 |
|
Felix Nagel
|
b356e1e4e1
|
Selectmenu: selected callback event fired twice when using mouse
|
2012-02-24 22:50:27 +01:00 |
|
Felix Nagel
|
058cba236f
|
Selectmenu: backfall for initial refresh when menu is opened
|
2012-02-24 22:39:11 +01:00 |
|
Felix Nagel
|
96102f7692
|
Selectmenu: use _hoverable and _focusable for button events
|
2012-02-23 23:32:17 +01:00 |
|
Felix Nagel
|
29effb38eb
|
Selectmenu: removed Button widget dependency
|
2012-02-23 23:25:03 +01:00 |
|
Felix Nagel
|
43851b65f5
|
Selectmenu: removed unneeded SPACE keypress event
|
2012-02-23 21:05:11 +01:00 |
|
Felix Nagel
|
c424ae40f0
|
Selectmenu: close open menu on escape keydown
|
2012-02-22 00:29:05 +01:00 |
|
Felix Nagel
|
45263578dd
|
Selectmenu: removed aria-activedescendant attr from button
|
2012-02-21 23:44:32 +01:00 |
|
Felix Nagel
|
52e43c076f
|
Selectmenu: re-enabled lazy loading of the menu items (menu refresh)
|
2012-02-21 23:41:00 +01:00 |
|
Felix Nagel
|
d0c31c188e
|
Selectmenu: fix _setSelected method, fixes aria-selected and unit tests
|
2012-02-21 22:35:37 +01:00 |
|
Jörn Zaefferer
|
59d15809a3
|
Selectmenu: Introduce menuWidget method, to get access to the menu element. Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
|
2012-02-21 20:22:13 +01:00 |
|
Jörn Zaefferer
|
b15dc8e3c5
|
Selectmenu: Simplify _getCreateOptions implementation
|
2012-02-21 18:31:27 +01:00 |
|