aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for ↵Scott Jehl2008-12-161-1/+1
| | | | TR bookmarklet compatibility.
* set svn:eol-style to nativeRichard Worth2008-12-132-87/+87
|
* tests/visual: Added some rounded cornersRichard Worth2008-12-133-10/+47
|
* tests/visual: fixed Accordion test on all.html page.Richard Worth2008-12-132-16/+14
|
* tests/visual/dialog: Added some content to the simple dialog testRichard Worth2008-12-132-2/+12
|
* tests/visual: fixed some text aligningRichard Worth2008-12-132-1/+5
|
* tests/visual: Added simple tabs test. Some more cleanup.Richard Worth2008-12-1315-26/+78
|
* tests/visual: started switching to themes/base. Lots of little cleanup.Richard Worth2008-12-1318-204/+165
|
* removed tree test file from trunkRichard Worth2008-12-131-100/+0
|
* removed media="screen" from stylesheet link tagsRichard Worth2008-12-1311-13/+14
|
* Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added ↵Jörn Zaefferer2008-12-121-0/+55
| | | | visual test and updated tests to markup changes
* progressbar: Removed all progressbar options except value. Added visual test ↵Richard Worth2008-12-101-17/+7
| | | | for disabled progressbar.
* set svn:eol-style to nativeRichard Worth2008-12-051-158/+158
|
* progressbar: a little clean up and some more visual testsRichard Worth2008-12-051-10/+15
|
* progressbar refactorRichard Worth2008-12-051-279/+30
|
* draggable: advanced visual representation of the new automated tests that ↵Paul Bakaus2008-11-231-0/+158
| | | | can be used for debugging purposes
* Removed spinner from trunk. See /branches/dev/spinnerRichard Worth2008-11-191-272/+0
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-185-49/+49
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-7/+7
|
* Moved colorpicker to experimental branchRichard Worth2008-11-121-357/+0
|
* moved magnifier to experimental branchRichard Worth2008-11-081-107/+0
|
* test visual: fixed colors to match UI websiteRichard Worth2008-11-011-7/+7
|
* moved dep_loader.html test page to experimental branchRichard Worth2008-10-311-26/+0
|
* set svn:eol-style to nativeRichard Worth2008-10-241-25/+25
|
* core: implemented experimental async dependency loadingPaul Bakaus2008-10-151-0/+26
|
* Moving autocomplete from trunk to 1.7 branchJörn Zaefferer2008-10-0595-401/+0
|
* Spinner: Removed external jquery.mousewheel.js call from visual test.Ca-Phun Ung2008-09-261-1/+0
|
* Spinner: added a timer to mousewheel interaction which fires a change event ↵Ca-Phun Ung2008-09-261-0/+1
| | | | | | when the mousewheel stops spinning. Added a few missing options to test case.
* Spinner: Add change event to dblclick and created a new visual test for all ↵Ca-Phun Ung2008-09-231-3/+47
| | | | callbacks. timer is now set to 0 after being cleared.
* Spinner: implemented init callback via trigger (thanks Scott González)Ca-Phun Ung2008-09-221-1/+1
|
* Spinner: new options: format, items & decimals (r728). Ca-Phun Ung2008-09-201-2/+10
| | | | | | items: accepts a array of objects which will be converted to a list of items by the spinner. format: printf style formatting of each item - accepts named arguments.