aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/button
Commit message (Collapse)AuthorAgeFilesLines
* Button: address review commentsAlexander Schmitz2015-10-082-88/+0
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-071-25/+3
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-302-14/+4
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* Build: Reorganize external directoryScott González2014-06-242-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-052-2/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-242-8/+8
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-052-2/+2
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-052-2/+2
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-172-2/+2
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-142-2/+2
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-202-2/+2
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-132-2/+2
|
* Visual tests: Cleanup.Scott González2012-05-156-854/+95
|
* Fix various issues in our html files, fifth batchRichard D. Worth2012-04-261-1/+1
|
* Fix various issues in our html files, fourth batchJörn Zaefferer2012-04-231-55/+0
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-226-6/+6
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-226-6/+6
|
* Upgrade jQuery to 1.7.Scott González2011-11-096-6/+6
|
* Tests: Removed unnecessary visual tests for button.Scott González2011-11-032-109/+0
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-188-8/+8
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-258-8/+8
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-028-8/+8
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-128-8/+8
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-218-8/+8
|
* Button performance test: Don't use alert().Scott González2010-07-161-1/+1
|
* Button performance test: Added alert for time to initialize.Scott González2010-07-161-0/+3
|
* Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵Richard D. Worth2010-05-261-3/+3
| | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
* Visual test for #5382 - Button: specifying only a secondary icon for the ↵jzaefferer2010-05-261-1/+2
| | | | button widget locates the icon on the left
* Adding a visual testpage for button for profilingjzaefferer2010-03-291-0/+552
|
* 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).