aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/button
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up visual tests jzaefferer2010-03-211-0/+0
| | | Fixes #5395 - Visual Tests Cleanup
* renameRichard Worth2010-03-121-0/+84
|
* button: added visual test for button option disabledRichard Worth2010-03-121-0/+84
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-125-0/+5
|
* Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵Richard Worth2010-03-111-0/+57
| | | | input "change" event
* button visual tests: minor cleanup of 5254 visual test (removed unused ↵Richard Worth2010-03-112-4/+24
| | | | metadata plugin reference), added button input type checkbox visual test
* Checkbox must not be all the way hidden for change to fire in IE. Switched ↵Richard Worth2010-03-111-0/+41
| | | | out .hide() for ui-helper-hidden-accessible class instead. Fixes #5261 - button change events don't fire in IE 7/8
* button: added visual test for #5254 - Input, button and anchor buttons ↵Richard Worth2010-03-041-0/+58
| | | | aren't consistent in IE7
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-1/+1
| | | | file renames in 1.8a1
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* button: visual default test, log args when console is availableJörn Zaefferer2010-01-221-0/+1
|
* button: don't log a click on disabled buttonsJörn Zaefferer2010-01-201-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+137
menu; including menu static tests).