aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-36/+0
| | | | Ref gh-1528
* Button: Convert tests to new infrastructureScott González2015-04-091-5/+5
| | | | | Ref #10119 Ref gh-1528
* Button: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-2/+2
|
* Button tests: Handle async focus in IE.Scott González2012-12-101-5/+15
|
* Button Tests: move aria-pressed test to correct moduleMike Sherov2012-11-261-11/+0
|
* Button: Let change handler handle display and aria update. Fixed #5518 - ↵Fabrício Matté2012-11-261-0/+11
| | | | Button: Incorrect state after double click in Firefox
* Button tests: fix IE7 fail for latest focus testsMike Sherov2012-11-211-1/+1
|
* Button: add blur event to buttons. Fixes #8559 - Button: Button doesn't ↵Mike Sherov2012-11-211-0/+10
| | | | remove active state when using keyboard.
* Button: properly escape button names. Fixes #7505 - Button: Buttonset not ↵Mike Sherov2012-11-191-1/+9
| | | | applied to radio group with quotation/apostrophe in name.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Buttons: Removed the logic for triggering click events on checkboxes and ↵Scott González2010-02-181-9/+0
| | | | | | radio buttons. This logic was actually causing the opposite functionality from what we wanted. Fixes #5195 - .buttonset() prevents change event from being catchable.
* eol-style and mime-typeRichard Worth2010-01-201-17/+17
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+17
menu; including menu static tests).