aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
Commit message (Collapse)AuthorAgeFilesLines
* resizable visual test: changed alsoResize child test to have ↵Richard Worth2010-03-121-0/+2
| | | | position:absolute parent and position:relative child. This is the source of the dialog issue #5323 - dialog content shifts when dialog resized from top or left
* resizable: added visual test for alsoResize with child elementRichard Worth2010-03-121-0/+45
|
* 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
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-1/+4
| | | | | | | 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.
* Visual testcase for #4231Jörn Zaefferer2010-02-241-0/+79
|
* Dialog: Changed height measurement to hide content because IE quirks mode ↵Brant Burnett2010-02-221-0/+39
| | | | ignores height: 0 (Fixed #4350 No Scrollbars in IE in Quirksmode)
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-16134-134/+134
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-16132-135/+134
| | | | file renames in 1.8a1
* datepicker: fixes #4443: Datepicker's vertical position in thickbox. This ↵Ca-Phun Ung2010-02-091-0/+37
| | | | also fixes the virtual position when the datepicker is close but not right at the bottom of the page.
* resizable method destroy: put unwrapped original element in wrapper's place ↵Richard Worth2010-02-031-0/+31
| | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element
* Fix for #5101 - broken dialog visual test pageJörn Zaefferer2010-01-271-0/+1
|
* autocomplete: adding select element to visual test page for bgiframe testingJörn Zaefferer2010-01-271-0/+6
|
* switched to jQuery 1.4.1Richard Worth2010-01-27132-132/+132
|
* button: visual default test, log args when console is availableJörn Zaefferer2010-01-221-0/+1
|
* added class animations (including 1.4 style callbacks) to visual effects ↵Jörn Zaefferer2010-01-212-0/+38
| | | | test page
* button: don't log a click on disabled buttonsJörn Zaefferer2010-01-201-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-20132-132/+132
|
* Nested Plugin visual test: sortable accordion inside sortable tabs.Scott González2010-01-201-0/+107
|
* Nested Plugin visual test: draggable inside accordion inside accordion ↵Scott González2010-01-202-13/+132
| | | | inside tabs inside draggable.
* Replaced stackfix with bgiframe.Scott González2010-01-1410-10/+10
| | | | Fixes #5061 - Remove stackfix.
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+70
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-078-230/+368
| | | | menu; including menu static tests).
* slider: fixed missing references to mouse pluginRichard Worth2010-01-0139-0/+39
|
* added missing reference to position utilityRichard Worth2010-01-011-0/+1
|
* Datepicker: added visual test page for #4071Richard Worth2009-12-311-0/+95
|
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-2241-0/+41
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-16121-0/+121
|
* eol-style and mime-typeRichard Worth2009-11-211-31/+31
|
* Slider: added visual test page for #4467Richard Worth2009-11-211-0/+31
|
* progressbar: enhanced visual testJörn Zaefferer2009-10-201-2/+10
|
* Slider: Fixed animation to respond to keypress as well as mouse click, ↵Richard Worth2009-10-121-3/+42
| | | | | | | animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option. Fixes #4432 - Allow animation when programmatically changing slider value Fixes #4659 - Allow slider to animate if slider value is set programatically
* dialog: added a visual test page for the buttons optionRichard Worth2009-09-251-0/+34
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-17124-317/+317
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* dialog: added visual test for ticket #4826 - Setting resizable false toggles ↵Ca-Phun Ung2009-09-151-0/+42
| | | | resizable on dialog
* dialog visual tests: added position and stackfixRichard Worth2009-08-128-8/+24
|
* accordion: Fix for #4695Jörn Zaefferer2009-08-111-3/+3
|
* accordion: fix for #4436Jörn Zaefferer2009-08-111-0/+50
|
* slider option visual testsRichard Worth2009-08-0821-0/+490
|
* accordion: visual testcase and fix for #4444; probably fixes a few other ↵Jörn Zaefferer2009-08-061-0/+49
| | | | issues, too, eg. less flickering
* accordion: visual testcase for #4322, improved the browser default stylings ↵Jörn Zaefferer2009-08-061-0/+3
| | | | for a better comparsion
* accordion: visual testcase for #4322Jörn Zaefferer2009-08-061-0/+70
|
* visual test : Accordion option navigation true - added a note about needing ↵Richard Worth2009-08-051-0/+8
| | | | to refresh the page after clicking a navigation link.
* eol-style and mime-typeRichard Worth2009-08-051-37/+37
|
* Accordion visual test: option navigation trueRichard Worth2009-08-051-0/+37
|
* Datepicker in dialog compound demo: Initialize datepicker before dialog opens.Scott González2009-07-241-1/+1
|
* reverted r2948 - error is not in the test but in dialog itself.Ca-Phun Ung2009-07-201-6/+2
|
* fixed error in datepicker dialog compound testCa-Phun Ung2009-07-201-2/+6
|