| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Selectmenu: Introduce menuWidget method, to get access to the menu element. F... | Jörn Zaefferer | 2012-02-21 | 1 | -1/+7 |
* | Selectmenu: Simplify _getCreateOptions implementation | Jörn Zaefferer | 2012-02-21 | 1 | -1/+1 |
* | Selectmenu: fixed _getCreateOptions usage | Felix Nagel | 2012-02-15 | 1 | -4/+3 |
* | Selectmenu: trim trailing spaces | Felix Nagel | 2012-01-27 | 1 | -22/+22 |
* | Selectmenu: cleanup and small improvements | Felix Nagel | 2012-01-27 | 1 | -15/+10 |
* | Selectmenu: improved empty select and empty option handling | Felix Nagel | 2012-01-27 | 1 | -46/+54 |
* | Selectmenu: This reverts commit 36e6c445d36c41457f00f7752a9971de48d18a3e. | Felix Nagel | 2012-01-27 | 1 | -3/+3 |
* | Selectmenu: small follow up | Felix Nagel | 2012-01-27 | 1 | -3/+3 |
* | Selectmenu: click an optgroup header should not close the menu | Felix Nagel | 2012-01-27 | 1 | -1/+7 |
* | Selectmenu: improved handling of keypress events | Felix Nagel | 2012-01-26 | 1 | -26/+30 |
* | Selectmenu: minor improvements | Felix Nagel | 2012-01-22 | 1 | -27/+19 |
* | Selectmenu: implement new ARIA spec | Felix Nagel | 2012-01-22 | 1 | -31/+32 |
* | Selectmenu: fixed positioning with overflow in IE | Felix Nagel | 2012-01-22 | 1 | -1/+8 |
* | Selectmenu: revert initial refresh method changes (with unit tests) | Felix Nagel | 2012-01-22 | 1 | -5/+11 |
* | Selectmenu: make use of _getCreateOptions | Felix Nagel | 2012-01-22 | 1 | -4/+13 |
* | Selectmenu: minor improvements and cleanup | Felix Nagel | 2012-01-20 | 1 | -23/+19 |
* | Selectmenu: improve initial refresh method call | Felix Nagel | 2012-01-20 | 1 | -11/+5 |
* | Selectmenu: change dropdown style on the fly | Felix Nagel | 2012-01-13 | 1 | -6/+6 |
* | Selectmenu: removed option value | Felix Nagel | 2012-01-12 | 1 | -13/+8 |
* | Selectmenu: removed forgotten console statement | Felix Nagel | 2012-01-12 | 1 | -1/+0 |
* | Selectmenu: fixed keyboard control (follow-up) | Felix Nagel | 2012-01-12 | 1 | -0/+6 |
* | Selectmenu: improved disabled state handling | Felix Nagel | 2012-01-11 | 1 | -2/+5 |
* | Selectmenu: create menu items with first opening to increase performance | Felix Nagel | 2012-01-11 | 1 | -1/+6 |
* | Selectmenu: fixed button keyboard event handling (follow-up) | Felix Nagel | 2011-12-23 | 1 | -14/+23 |
* | Selectmenu: improved ARIA handling (follow-up) | Felix Nagel | 2011-12-22 | 1 | -1/+1 |
* | Selectmenu: removed unneeded position workaround | Felix Nagel | 2011-12-22 | 1 | -4/+0 |
* | Selectmenu: improved handing of (ARIA) attributes | Felix Nagel | 2011-12-22 | 1 | -3/+4 |
* | Selectmenu: improved button event handling, Home/End and Page Up/Page Down ke... | Felix Nagel | 2011-12-22 | 1 | -18/+24 |
* | Selectmenu: fixed aria-hidden attribute | Felix Nagel | 2011-11-22 | 1 | -0/+2 |
* | Remove method argument from _super and _superApply. | Jörn Zaefferer | 2011-11-18 | 1 | -1/+1 |
* | Whitespace cleanup | Jörn Zaefferer | 2011-11-18 | 1 | -72/+72 |
* | Selectmenu: renaming of internal variable opened to isOpen | Felix Nagel | 2011-11-02 | 1 | -10/+10 |
* | Selectmenu: code cleanup | Felix Nagel | 2011-10-17 | 1 | -4/+4 |
* | Selectmenu: fixed disabled option | Felix Nagel | 2011-10-17 | 1 | -0/+1 |
* | Selectmenu: fixed IE width calc | Felix Nagel | 2011-10-17 | 1 | -2/+2 |
* | Selectmenu: removed unneeded data binding, improved event handling, | Felix Nagel | 2011-10-17 | 1 | -54/+45 |
* | Selectmenu: added braces to if clauses, coding guidelines | Felix Nagel | 2011-10-12 | 1 | -11/+26 |
* | Selectmenu: changed this.ids to associative array | Felix Nagel | 2011-10-12 | 1 | -6/+6 |
* | Selectmenu: improved event handling, fixed tabindex when disabled | Felix Nagel | 2011-10-12 | 1 | -3/+2 |
* | Selectmenu: changed to _delay | Felix Nagel | 2011-10-12 | 1 | -2/+2 |
* | Selectmenu: renamed vars and methods | Felix Nagel | 2011-10-12 | 1 | -53/+53 |
* | Selectmenu: fixed disabled state tabindex | Felix Nagel | 2011-10-12 | 1 | -1/+1 |
* | Selectmenu: removed unneeded that, use this instead | Felix Nagel | 2011-10-12 | 1 | -87/+75 |
* | Selectmenu: improved event handling, fixed anchor problem when clicking menu ... | Felix Nagel | 2011-10-10 | 1 | -7/+4 |
* | Selectmenu: fixed destroy method, show original select again, thx to @jzaefferer | Felix Nagel | 2011-10-10 | 1 | -3/+3 |
* | Selectmenu: added custom_render.html demo, removed widgetBaseClass | Felix Nagel | 2011-10-09 | 1 | -5/+5 |
* | Selectmenu: fixed click scrollbar issue (follow up), improved document event ... | Felix Nagel | 2011-10-09 | 1 | -37/+29 |
* | Selectmenu: fixed event for hovering, click scrollbar issue | Felix Nagel | 2011-10-09 | 1 | -3/+2 |
* | Selectmenu: fixed unwanted focus events | Felix Nagel | 2011-10-06 | 1 | -10/+6 |
* | Selectmenu: code cleanup | Felix Nagel | 2011-10-06 | 1 | -1/+0 |