aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Adding a visual testpage for button for profilingjzaefferer2010-03-291-0/+552
|
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-272-0/+22
|\
| * Position: Use parseInt() to prevent fractional pixel values.Scott González2010-03-262-0/+22
| | | | | | | | Fixes #5280 - ui.position generates different position in static context.
* | Accordion unit tets: Replacing destory method test with autocomplete/button ↵jzaefferer2010-03-272-46/+36
| | | | | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough
* | Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-272-3/+2
| | | | | | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
* | Accordion unit tests: Further normalization of styles to get consistent ↵jzaefferer2010-03-272-5/+4
| | | | | | | | results across browsers
* | Slider: Removing the placeholder for the animate-option, as we generally ↵jzaefferer2010-03-271-4/+0
| | | | | | | | don't try to unit-test any animations
* | Slider: Test for test-option, setting the value with the value-method; ↵jzaefferer2010-03-271-1/+11
| | | | | | | | either test is wrong or the implementation ignores the step-option when set programmatically
* | Slider tests: Split three different change-event tests into three tests, ↵jzaefferer2010-03-271-25/+33
| | | | | | | | adding start, slide and stop assertions to each, removing placeholders for those other events
* | Drilldown menu: First attempt at drilldown animationsjzaefferer2010-03-261-3/+27
| |
* | Menu prototypes: Renamed newer ones to old namesjzaefferer2010-03-262-0/+0
| |
* | Menu prototypes: Remove early nested and drilldown prototypes, to be ↵jzaefferer2010-03-262-489/+0
|/ | | | replaced with nested2/drilldown2
* Core unit tests: Include testsuite.js for the testswarm includejzaefferer2010-03-251-0/+1
|
* Drilldown menu: Fixing type-to-search, missing event argument to ↵jzaefferer2010-03-251-1/+1
| | | | menu-activate method
* Menu: new prototype for drilldown menu with keyboard handlingjzaefferer2010-03-241-0/+235
|
* Improved drilldown keyboard handlingjzaefferer2010-03-241-8/+12
|
* Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, ↵jzaefferer2010-03-241-19/+145
| | | | way simpler then original approach
* Fixing styles for menu to work properly in IEs, even with nested menus ↵jzaefferer2010-03-241-0/+7
| | | | (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that
* Update testswarm url for new serverjzaefferer2010-03-231-1/+1
|
* Menu: Testing nested menus without the DOM restructuring, just need to fix ↵jzaefferer2010-03-231-0/+103
| | | | display issue in IE6
* Remove width:100%; from menu-item styles (was there for icon-support, which ↵jzaefferer2010-03-221-5/+10
| | | | was dropped); also fixed the nested-menu visual test to position properly in IE6
* Cleaning up visual tests jzaefferer2010-03-2128-594/+169
| | | Fixes #5395 - Visual Tests Cleanup
* Position Visual Test: Corrected page title - Testcase for #5284 Position: ↵jzaefferer2010-03-211-1/+1
| | | | Smarter collision detection
* Position: Adding visual testcase for #5284 - Position: Smarter collision ↵jzaefferer2010-03-211-0/+65
| | | | detection
* line-endingsjzaefferer2010-03-204-773/+773
|
* Widgets in Dialog compound visual test: Added more widgets and linked Slider ↵jzaefferer2010-03-201-10/+63
| | | | with Progressbar
* Compound visual dialog tests: Add some content to the page for better testingjzaefferer2010-03-202-0/+254
|
* Added visual menu tests from (old) dev-branch and fixed nested-menujzaefferer2010-03-204-0/+773
|
* added new compound test, still incompleteJörn Zaefferer2010-03-201-0/+44
|
* Added mouse, position, draggable and resizable dependenciesJörn Zaefferer2010-03-201-0/+4
|
* Added some margin to body to avoid horizontal scrollbarJörn Zaefferer2010-03-201-0/+1
|
* Removed jQuery (not used); Added links to all.html, effects.all.html and ↵Jörn Zaefferer2010-03-201-6/+14
| | | | compound tests
* Added Button and AutocompleteJörn Zaefferer2010-03-201-0/+29
|
* debug commentJörn Zaefferer2010-03-201-0/+3
|
* Fixed broken encoding of PrécJörn Zaefferer2010-03-201-1/+1
|
* core focus-test, call start() after running assertionsJörn Zaefferer2010-03-201-1/+1
|
* replaced pearl with perlJörn Zaefferer2010-03-204-4/+4
|
* normalize margin/padding on test markup to get reliable height resultsJörn Zaefferer2010-03-202-3/+5
|
* global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymoreJörn Zaefferer2010-03-201-3/+0
|
* sortable ticket #5355 visual test case - minor cleanup, added eol-style propertyRichard Worth2010-03-171-34/+40
|
* Slider: fixed change event to be triggered by keyup and value and values ↵Richard Worth2010-03-171-2/+2
| | | | option setters. Fixes #5367 - slider change event not triggered by keypress
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+23
|
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+56
|
* whitespaceRichard Worth2010-03-171-10/+10
|
* slider unit tests: corrected some hasClass callsRichard Worth2010-03-171-8/+8
|
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-172-2/+2
| | | | one word
* Partial visual test for #5355Jörn Zaefferer2010-03-161-0/+52
|
* Dialog visual test - corrected page title, added headingRichard Worth2010-03-151-1/+4
|
* Accordion: Fixed visual test for dl markup.Scott González2010-03-141-6/+11
| | | | Fixes #5329 - Nested Accordion header is not lined up properly.
* dialog: added visual test for position right topRichard Worth2010-03-121-0/+33
|