aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: fixed test in IE...Klaus Hartl2009-02-011-1/+1
|
* Tabs: added simple test for length methodKlaus Hartl2009-02-011-1/+9
|
* Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created ↵Klaus Hartl2009-02-011-0/+11
| | | | HTML, fixes #4033
* 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.
* unit tests: fixed missing tests to hide with new qunit checkboxRichard Worth2009-02-012-21/+21
|
* draggable unit tests: added some missing testsRichard Worth2009-02-012-1/+86
|
* Sortable: Added defaults for cursor, cursorAt, opacity.Scott González2009-02-011-0/+3
|
* draggable unit tests: created separate file for each module: defaults, ↵Richard Worth2009-02-018-724/+781
| | | | events, methods, options, tickets
* 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-315-54/+109
| | | | default. Maybe in 1.next.
* dialog visual tests - added option modal true and falseRichard Worth2009-01-312-0/+54
|
* Tabs: simplified tests a bit, found bug by that - fixed as well as two other ↵Klaus Hartl2009-01-311-47/+27
| | | | unreported bugs
* 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: added a list into the first panel on the static ul-test, need to ↵Jörn Zaefferer2009-01-301-3/+7
| | | | fix ui.accordion.css
* 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
* Resizable: Fixed defaults in tests.Scott González2009-01-301-3/+2
|
* Accordion: Fixed tests.Scott González2009-01-302-9/+9
|
* Accordion: Fixed destroy method with new markup.Scott González2009-01-302-54/+48
|
* dialog unit tests: Added option closeOnEscape testsRichard Worth2009-01-302-0/+54
|
* sortable unit tests: fixed default value for tolerance: intersectRichard Worth2009-01-301-1/+1
|
* dialog unit tests: no more overlay optionRichard Worth2009-01-301-4/+0
|
* dialog unit tests: no more overlay optionRichard Worth2009-01-301-1/+0
|
* accordion unit tests: fixed cap. of autoHeightRichard Worth2009-01-301-1/+1
|
* Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵Scott González2009-01-307-60/+58
| | | | allowing accordions to work with dl's and ul's again.
* markup updates to support various container element types. accordion-groups ↵Scott Jehl2009-01-295-125/+122
| | | | | | are no longer needed. Also content wraps are gone. CSS for this is in the head - as it will break the rest of trunk until these markup changes are implemented
* slider visual tests: added horizontal and vertical default and range (true, ↵Richard Worth2009-01-298-0/+198
| | | | min, max) tests
* slider static tests: a couple more testsRichard Worth2009-01-291-1/+1
|
* slider static tests: a couple more testsRichard Worth2009-01-292-0/+36
|
* slider static tests: file renamesRichard Worth2009-01-296-0/+0
|
* css updates to abstract left, right, bottom, top values into CSSScott Jehl2009-01-295-33/+21
|
* slider static tests: updates and cleanupRichard Worth2009-01-296-8/+66
|
* file renamesRichard Worth2009-01-293-0/+0
|
* slider static tests: range, range minRichard Worth2009-01-292-0/+39
|
* slider static tests: new test 'Slider range max'Richard Worth2009-01-291-0/+19
|
* dialog visual tests: Added new test 'Dialog on page with scrollbars'Richard Worth2009-01-291-0/+25
|
* slider unit tests: updated default value for orientation option (now 'auto' ↵Richard Worth2009-01-281-1/+1
| | | | instead of 'horizontal')
* new static page for accordion with no wrapper divs (due to new animation update)Scott Jehl2009-01-281-0/+53
| | | | the css in this file can replace accordion.css in themes/base once this is implemented and all css references to the content-wrap can be removed.
* added row break class to datepicker with multiple calendars. we can delete ↵Maggie Costello Wachs2009-01-281-74/+94
| | | | this later if needed; just want to make sure a fix is in place before the next release.
* 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
|
* tests static icons: fixed icon test page in IE6Richard Worth2009-01-281-199/+207
|
* Added missing icon: .ui-icon-scriptRichard Worth2009-01-281-39/+44
|
* eol-style and mime-typeRichard Worth2009-01-282-132/+132
|
* datepicker: fixes #3863: fixed vertical position when scroll position is ↵Ca-Phun Ung2009-01-281-0/+277
| | | | present and added a viewport visual testcase.
* Tabs: organized code - public and private (pseudo) methods, added unit test ↵Klaus Hartl2009-01-261-0/+15
| | | | for ui data object
* Tabs: overall fixed selected property for all tabs unselected case (is -1 in ↵Klaus Hartl2009-01-251-10/+34
| | | | such case), added sanity check for selected out of bound, fixes #3936
* tests: new side-by-side comparison of static and visual testsRichard Worth2009-01-2511-46/+139
|