aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-405/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* All: Remove "Depends" commentRafael Xavier de Souza2014-01-241-4/+0
| | | | | Ref #9464 Ref gh-1029
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-2/+18
| | | | | Ref #9464 Ref gh-1029
* Button: Remove obsolete mouse click coordinates checking. Fixed #7665 - ↵Fabrício Matté2013-10-291-26/+3
| | | | Button: Radio button & checkboxes ignore mouseclicks for minor mouse movements.
* Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - ↵Scott González2013-04-111-12/+15
| | | | Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
* Button: On form reset only call refresh on current button widgets. Fixed ↵TJ VanToll2013-04-091-2/+2
| | | | #9213: Button: timeout in formResetHandler causing refresh to be called on non-widgets
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-8/+2
| | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
* Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵Scott González2013-03-141-2/+8
| | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Mike Sherov2013-03-111-8/+2
| | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Button: Let change handler handle display and aria update. Fixed #5518 - ↵Fabrício Matté2012-11-261-2/+0
| | | | Button: Incorrect state after double click in Firefox
* Button: add explanatory comment for when we bind to blurMike Sherov2012-11-211-0/+2
|
* Button: Fixing handling of the disabled options on refresh method calls. ↵TJ VanToll2012-11-211-1/+3
| | | | Fixed #8828 - Button: Refresh does not re-enable disabled button.
* Button: add blur event to buttons. Fixes #8559 - Button: Button doesn't ↵Mike Sherov2012-11-211-1/+1
| | | | remove active state when using keyboard.
* Button: properly escape button names. Fixes #7505 - Button: Buttonset not ↵Mike Sherov2012-11-191-0/+1
| | | | applied to radio group with quotation/apostrophe in name.
* Button: use _hoverable for hover state management. Fixes #5295 - button ↵Cory Gackenheimer2012-11-111-3/+4
| | | | doesn't remove hover state if they are disabled
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-1/+1
|
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: ↵TJ VanToll2012-10-161-1/+1
| | | | Anchor tags cannot be disabled within buttonset.
* Updated docs URLS.Scott González2012-09-261-1/+1
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Button: Trim button text before setting as title attribute.Mike Hollis2012-06-251-1/+1
|
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on ↵Scott González2012-06-141-16/+16
| | | | and _off.
* Button: Corrected default label applied to submit buttons. Fixed #8337: ↵TJ VanToll2012-05-221-1/+1
| | | | Submit inputs don't automatically set label option.
* Buttonset: Use input[type=*] instead of just [type=*].Scott González2012-05-211-1/+1
|
* Don't use :submit selector.Scott González2012-05-211-1/+1
|
* Don't use :reset selector.Scott González2012-05-211-1/+1
|
* Don't use :button selector.Scott González2012-05-211-1/+1
|
* Button: Fixed version properties.Scott González2012-05-211-2/+1
|
* Don't use :checkbox selector.Scott González2012-05-211-2/+2
|
* Don't use :radio selector.Scott González2012-05-211-2/+2
|
* Lint fixes.Scott González2012-04-021-4/+5
|
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Button: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of ↵Scott González2012-02-121-8/+8
| | | | 'var self = this;'
* Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ↵Scott González2012-01-181-5/+3
| | | | disabled option on button widget returns jQuery object, not default value.
* Widget: Remove method argument from _super and _superApply. Was a left-over ↵Jörn Zaefferer2011-11-181-6/+6
| | | | from first implementation, not necessary anymore.
* Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵Scott González2011-10-201-2/+2
| | | | document and window properties.
* Button: Create text span in correct document.Scott González2011-10-201-1/+1
|
* Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: ↵Scott González2011-09-061-3/+3
| | | | Incorrect corners for disconnected elements.
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵Corey Frang2011-08-031-1/+1
| | | | Button label selector omits quotes / fails for ids with ":"
* Use .attr() for boolean ARIA attributes.Scott González2011-07-121-8/+8
|
* .attr() -> .prop()Scott González2011-06-081-12/+12
|
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-2/+1
| | | | version numbers on instances.
* Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still ↵Andrew Powell2011-05-261-0/+1
| | | | allow clicks
* Button: modified the event bindings for focus and blur. Fixed #6711 - ↵Glenn Goodrich2011-05-261-7/+9
| | | | checkbox/radio button do not show focused state when using Keyboard Navigation
* Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh ↵Scott González2011-05-181-7/+5
| | | | scope in formResetHandler unintentionally wide.
* Button: Don't fire click/change events if mouse was dragged during click of ↵Kris Borchers2011-05-131-3/+26
| | | | toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button.
* Merge pull request #256 from dcneiner/button-blurScott González2011-05-121-0/+2
|\ | | | | Fixed #6242
| * Button: no longer calls _resetButton() after changing the disabled option. ↵Doug Neiner2011-05-121-0/+2
| | | | | | | | Fixed #6242 - Button .enable() strange behavior on Webkit (Google Chrome, Safari)