aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
Commit message (Collapse)AuthorAgeFilesLines
...
* moved test page (#4088) from demos/sortable to tests/visual/sortableRichard Worth2009-02-071-0/+64
|
* sortable visual tests: option revertRichard Worth2009-02-072-0/+56
|
* draggable unit tests: added option iframeFix testsRichard Worth2009-02-077-16/+65
|
* draggable unit tests: Added a few testsRichard Worth2009-02-074-13/+81
|
* Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).Scott González2009-02-052-54/+0
|
* datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵Ca-Phun Ung2009-02-011-0/+21
| | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block.
* eol-style and mime-typeRichard Worth2009-01-311-45/+45
|
* dialog: changed shadow default to false. Not quite ready to be on by ↵Richard Worth2009-01-314-54/+108
| | | | default. Maybe in 1.next.
* dialog visual tests - added option modal true and falseRichard Worth2009-01-312-0/+54
|
* accordion: more realistic testcase for autoHeight:false accordionJörn Zaefferer2009-01-301-0/+57
|
* accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵Jörn Zaefferer2009-01-301-0/+45
| | | | no more potential scope issues
* accordion: better default for header-optionJörn Zaefferer2009-01-302-4/+2
|
* accordion: fix for the previous commit; event triggering still somewhat ↵Jörn Zaefferer2009-01-301-1/+1
| | | | crippled, a few tests failing
* resizable visual tests: added tests for aspectRatio, and combining ↵Richard Worth2009-01-3010-0/+264
| | | | aspectRatio with min and max height and width options
* dialog unit tests: Added option closeOnEscape testsRichard Worth2009-01-302-0/+54
|
* Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵Scott González2009-01-303-25/+56
| | | | allowing accordions to work with dl's and ul's again.
* slider visual tests: added horizontal and vertical default and range (true, ↵Richard Worth2009-01-298-0/+198
| | | | min, max) tests
* dialog visual tests: Added new test 'Dialog on page with scrollbars'Richard Worth2009-01-291-0/+25
|
* eol-style and mime-typeRichard Worth2009-01-281-40/+40
|
* test visual slider: new test - Slider in container with scrollbarsRichard Worth2009-01-281-0/+40
|
* datepicker: fixes #3863: fixed vertical position when scroll position is ↵Ca-Phun Ung2009-01-281-0/+277
| | | | present and added a viewport visual testcase.
* tests: new side-by-side comparison of static and visual testsRichard Worth2009-01-256-22/+21
|
* eol-style and mime-typeRichard Worth2009-01-2412-291/+291
|
* tests static: Added default testsRichard Worth2009-01-242-18/+6
|
* tests visual: cleanupRichard Worth2009-01-2412-6/+18
|
* tests/visual: added default testsRichard Worth2009-01-2412-3/+253
|
* tests visual dialog: Added defaultRichard Worth2009-01-231-0/+22
|
* eol-style, mime-typeRichard Worth2009-01-231-20/+20
|
* tests/visual/datepicker: created default visual datepicker testRichard Worth2009-01-231-0/+20
|
* tests/visual/slider: Added default visual test for sliderRichard Worth2009-01-221-0/+20
|
* tests: Added extra folder level for each plugin in static and visual test ↵Richard Worth2009-01-2217-137/+137
| | | | folders
* switched to jQuery 1.3.1Richard Worth2009-01-2216-16/+16
|
* Happy Birthday jQuery (switched to jQuery 1.3)Richard Worth2009-01-1416-16/+16
|
* switched to jQuery 1.3rc2Richard Worth2009-01-1316-16/+16
|
* demos/index.html - added link to open demo in new window.Ca-Phun Ung2009-01-081-1/+1
|
* reverted r1544 (it was temporary)Richard Worth2009-01-0816-16/+16
|
* temporarily switched back to 1.2.6Richard Worth2009-01-0816-16/+16
|
* datepicker: Fixes regression in #3232 [datepicker position problem in IE ↵Ca-Phun Ung2009-01-041-1/+9
| | | | 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this.
* fixes xhtml code (disabled="disabled")Chi Cheng2009-01-041-3/+3
|
* datepicker: fixes #3679 [focus error on IE if disabled]: added visual test ↵Ca-Phun Ung2009-01-041-0/+10
| | | | to verify. Both IE 6 & 7 do not return an error.
* Updated all demos/tests to jQuery 1.3pre.Scott González2009-01-0316-16/+16
|
* demos: added opacity, revert and scroll demosPaul Bakaus2008-12-301-0/+4
| | | | draggable: fixed positioning issue with relative positioned elements relative to the body during scroll
* merged dev/slider branch (revs 1152-1229) back to trunkRichard Worth2008-12-231-4/+86
|
* Dialog static test: Removing duplicate ids.Scott González2008-12-231-1/+1
|
* tests/visual: adjusted the formatting a bit. Separated dialog tests into ↵Richard Worth2008-12-223-14/+31
| | | | simple dialog and dialog with buttons
* Datepicker #3647: added enable, disable, destroy buttons to visual test. ↵Ca-Phun Ung2008-12-221-0/+53
| | | | Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation.
* accordion: adjusting visual test to demonstrate theming issueJörn Zaefferer2008-12-221-1/+1
|
* Datepicker #3647: fixed RTL support for new UI markup.Ca-Phun Ung2008-12-201-1/+1
|
* Datepicker: Fixed #3647: Updated visual and automated tests to go with new ↵Ca-Phun Ung2008-12-191-7/+19
| | | | markup updates.
* Dialog visual test:Scott González2008-12-191-2/+9
| | | | | - Made it possible to close and re-open the dialog. - Added buttons.