aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-171-2/+2
| | | | one word
* Button: Added refresh method to buttonset, futher fixes #5278 - ui.buttons ↵Richard Worth2010-03-171-10/+23
| | | | doesn't visually reset on form "reset" event or input "change" event
* Buttonset - remove corner classes from button widgets instead of button ↵Richard Worth2010-03-171-1/+5
| | | | elements on destroy. Fixes #5361 - buttonset method destroy doesn't remove corner classes from label elements
* button: whitespace and quotes. See ↵Richard Worth2010-03-171-2/+2
| | | | http://docs.jquery.com/JQuery_Core_Style_Guidelines
* Remove ui-helper-hidden-accessible from correct element. See r3880 and r3892Richard Worth2010-03-171-1/+3
|
* Button: spacing.Scott González2010-03-161-2/+2
|
* Button: fixed #5324 - button disabled state doesn't get refreshed when ↵Richard Worth2010-03-151-0/+4
| | | | disabled set on original element
* Button: remove disabled attribute from original element when option set to falseRichard Worth2010-03-151-1/+5
|
* button: fixed #5328 - button disabled only visually when disabled option ↵Richard Worth2010-03-151-5/+12
| | | | set, still functional
* Button: Don't react to keydown when disabled.Scott González2010-03-141-6/+8
| | | | Partial fix for #5328 - button disabled only visually when disabled option set, still functional.
* Button: quiet jslintRichard Worth2010-03-111-13/+19
|
* Button: No need to check the button type before removing the hidden class.Scott González2010-03-111-5/+1
|
* Button: Conform to coding standards.Scott González2010-03-111-28/+30
|
* Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵Richard Worth2010-03-111-23/+68
| | | | input "change" event
* Button: Support elements that are disconnected from the DOM.Scott González2010-03-111-1/+4
| | | | Fixes #5246 - _determineButtonType does not work if a label for checkbox/radiobutton is not yet attached to the document.
* button: remove ui-helper-hidden-accessible instead of .show() on destroy. ↵Richard Worth2010-03-111-1/+1
| | | | Fixes #5261 - button change events don't fire in IE 7/8
* Checkbox must not be all the way hidden for change to fire in IE. Switched ↵Richard Worth2010-03-111-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ález2010-03-041-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ález2010-03-021-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ález2010-03-021-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ález2010-02-181-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ález2010-02-181-2/+2
|
* button: handle space "click"Jörn Zaefferer2010-01-221-0/+8
|
* button: add ui-state-active on keydown, further improving keyboard ↵Jörn Zaefferer2010-01-221-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 Zaefferer2010-01-201-1/+9
| | | | and button like 200% more accessible
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Button: conform to coding standards.Scott González2010-01-181-135/+143
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-2/+2
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+247
menu; including menu static tests).