Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Checkbox must not be all the way hidden for change to fire in IE. Switched ↵ | Richard Worth | 2010-03-11 | 1 | -1/+1 | |
| | | | | out .hide() for ui-helper-hidden-accessible class instead. Fixes #5261 - button change events don't fire in IE 7/8 | |||||
* | Button: quote the value when searching for attributes. | Scott González | 2010-03-04 | 1 | -2/+2 | |
| | | | | | | Fixes #5262 - Buttonset not working on inputs with Arrays in name Attribute. Thanks Zidane. | |||||
* | Button: Add disabled class on init if the disabled option is set to true. | Scott González | 2010-03-02 | 1 | -0/+4 | |
| | | | | Fixes #5250 - Button: initializing with disabled = true isn't visually disabled. | |||||
* | Buttonset: Use :data(button) instead of .ui-button to find buttons that have ↵ | Scott González | 2010-03-02 | 1 | -2/+2 | |
| | | | | | | already been instantiated. This prevents us from finding elements that are proxying buttons, e.g., a radio's label. Fixes #5242 - radio buttonset with icons does not maintain state. | |||||
* | Buttons: Removed the logic for triggering click events on checkboxes and ↵ | Scott González | 2010-02-18 | 1 | -6/+0 | |
| | | | | | | radio buttons. This logic was actually causing the opposite functionality from what we wanted. Fixes #5195 - .buttonset() prevents change event from being catchable. | |||||
* | Button: Added missing semicolons; | Scott González | 2010-02-18 | 1 | -2/+2 | |
| | ||||||
* | button: handle space "click" | Jörn Zaefferer | 2010-01-22 | 1 | -0/+8 | |
| | ||||||
* | button: add ui-state-active on keydown, further improving keyboard ↵ | Jörn Zaefferer | 2010-01-22 | 1 | -0/+8 | |
| | | | | navigation - doesn't yet work properly for anchors and radio/checkbox buttons | |||||
* | button: add ui-state-focus on focus, making keyboard navigation possible, ↵ | Jörn Zaefferer | 2010-01-20 | 1 | -1/+9 | |
| | | | | and button like 200% more accessible | |||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 | |
| | ||||||
* | Button: conform to coding standards. | Scott González | 2010-01-18 | 1 | -135/+143 | |
| | ||||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -2/+2 | |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -0/+247 | |
menu; including menu static tests). |