aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Switched to jQuery 1.3.2Richard Worth2009-02-20117-117/+117
|
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-191-1/+3
|
* Tabs: solved spinner issues and ajax loading not being stopped when ↵Klaus Hartl2009-02-185-7/+37
| | | | selecting a static page tab, fixes #4109, #3929
* reverted my slider collision changes - will submit as a patchScott Jehl2009-02-184-154/+0
|
* a couple tests to demonstrate how handles can potentially split a valueScott Jehl2009-02-182-0/+114
|
* Added a static demo and CSS solution for the common problem that occurs when ↵Scott Jehl2009-02-182-0/+40
| | | | | | slider handles collide on the same value. This will fix bug #3467
* Slider: Removed support for auto orientation, set default to horizontal. ↵Scott González2009-02-181-1/+1
| | | | Fixed #4174.
* Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as ↵Klaus Hartl2009-02-131-0/+12
| | | | well as focus/blur handling when using keyboard
* Datepicker: Added test for #4055 - onclick events contain references to ↵Scott González2009-02-131-0/+14
| | | | "jQuery".
* Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵Scott González2009-02-131-1/+0
| | | | is undocumented.
* Resizable:Scott González2009-02-133-47/+0
| | | | | - Fixed destroy method. - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).
* Resizable tests: Removed preserveCursor and proportionallyResize options.Scott González2009-02-091-2/+0
|
* Resizable tests: Removed transparent option.Scott González2009-02-091-1/+0
|
* dialog: added some missing defaultsRichard Worth2009-02-091-2/+4
|
* Resizable: Fixed #4093: Removed disableSelection option.Scott González2009-02-091-1/+0
|
* resizable visual tests: added option preventDefault testsRichard Worth2009-02-083-8/+49
|
* resizable unit tests: defaults alpha orderRichard Worth2009-02-071-1/+1
|
* droppable visual tests: added option accept testsRichard Worth2009-02-075-24/+124
|
* visual tests: added default style for #draggableRichard Worth2009-02-071-0/+1
|
* Moved #4087 test page from demos/droppable to /tests/visual/droppableRichard Worth2009-02-071-0/+48
|
* fixed name and location of test page for #4088 - droppable, not sortable issueRichard Worth2009-02-071-1/+1
|
* sortable visual test: Updated #4088 test page to match visual TEST/ASSERT formatRichard Worth2009-02-071-22/+24
|
* 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
|
* resizable unit tests: zIndex default: 1000Richard Worth2009-02-071-1/+1
|
* unit tests: Added all defaults test pageRichard Worth2009-02-071-0/+42
|
* sortable: implemented tests for start,stop,beforeStop,change and updatePaul Bakaus2009-02-061-6/+103
|
* sortable unit tests - fixed el.css not a functionRichard Worth2009-02-063-20/+34
|
* Tabs: fixed bug related to setting selected via data method, cleaned up mess ↵Klaus Hartl2009-02-051-27/+22
| | | | in tests
* Tabs: Added tests for select method while at the same time implemented ↵Klaus Hartl2009-02-051-4/+35
| | | | consistent handling of possible values to pass, addresses #4051
* Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).Scott González2009-02-053-55/+0
|
* accordion defaults in alpha orderRichard Worth2009-02-051-1/+1
|
* just reviewedKlaus Hartl2009-02-043-4/+6
|
* unit tests: added index pageRichard Worth2009-02-041-0/+57
|
* all unit tests: fixed paths to point to new separate filesRichard Worth2009-02-041-21/+93
|
* selectable unit tests: split tests into individual filesRichard Worth2009-02-048-208/+170
|
* resizable unit tests: split tests into individual filesRichard Worth2009-02-048-427/+411
|
* progressbar unit tests: split tests into individual filesRichard Worth2009-02-048-80/+41
|
* dialog unit tests: split tests into individual filesRichard Worth2009-02-048-733/+683
|
* datepicker unit tests: split tests into individual filesRichard Worth2009-02-048-1398/+1375
|
* tabs unit tests: split tests into individual files, added some missing testsRichard Worth2009-02-038-312/+322
|
* accordion unit tests: split tests into individual filesRichard Worth2009-02-038-164/+273
|
* sortable unit tests: stubbed out missing testsRichard Worth2009-02-031-4/+0
|
* sortable unit tests: stubbed out missing testsRichard Worth2009-02-031-0/+224
|
* Fixed #4038 (sortable: cssNamespace option should be removed)Richard Worth2009-02-031-1/+0
|
* sortable defaultsRichard Worth2009-02-031-2/+7
|
* sortable unit tests: split tests into individual filesRichard Worth2009-02-038-159/+213
|
* Tabs: introduced "collapsible" option while deprecating "deselectable", ↵Klaus Hartl2009-02-021-16/+27
| | | | fixes #4029