aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_tickets.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ":" (cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb) Conflicts: ui/jquery.ui.button.js
* 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 (cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579)
* 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 (cherry picked from commit 0b30a1d450f6b7d529732d6a39c5f4057efaaaf4)
* 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).