aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-271-1/+1
| | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-171-1/+1
| | | | one word
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Button: Fixed tests that check for hidden button elements.Scott González2010-03-111-3/+3
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-4/+13
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* 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.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* eol-style and mime-typeRichard Worth2010-01-207-252/+252
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Button: conform to coding standards.Scott González2010-01-181-2/+2
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-077-0/+252
menu; including menu static tests).