aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_tickets.js
Commit message (Collapse)AuthorAgeFilesLines
* Dev: Remove *_tickets.js test files and move the associated tests to the ↵Mike Sherov2012-12-071-75/+0
| | | | proper locations.
* Button: Fixing handling of the disabled options on refresh method calls. ↵TJ VanToll2012-11-211-8/+0
| | | | Fixed #8828 - Button: Refresh does not re-enable disabled button.
* Button: use _hoverable for hover state management. Fixes #5295 - button ↵Cory Gackenheimer2012-11-111-0/+11
| | | | doesn't remove hover state if they are disabled
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: ↵TJ VanToll2012-10-161-0/+8
| | | | Anchor tags cannot be disabled within buttonset.
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+5
|
* Don't use :checkbox selector.Scott González2012-05-211-5/+5
|
* Don't use :radio selector.Scott González2012-05-211-1/+1
|
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵Corey Frang2011-08-031-0/+6
| | | | Button label selector omits quotes / fails for ids with ":"
* Tests: Cleanup.Scott González2011-08-031-5/+5
|
* Button: modified the event bindings for focus and blur. Fixed #6711 - ↵Glenn Goodrich2011-05-261-0/+8
| | | | checkbox/radio button do not show focused state when using Keyboard Navigation
* Button: find associated label even without common ancestor. Fixes #7092 - ↵ddstreet2011-03-111-0/+22
| | | | button creation that requires a matching label does not find label in all cases
* Buttonset: Added items option and removed visible filter for adding rounded ↵Scott González2010-11-121-7/+15
| | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements.
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore ↵Scott González2010-08-181-1/+6
| | | | buttons that are not :visible.
* eol-style and mime-typeRichard Worth2010-01-201-10/+10
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+10
menu; including menu static tests).