aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
Commit message (Expand)AuthorAgeFilesLines
* Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE...kborchers2011-10-181-1/+1
* Upgraded jQuery to 1.6.4.Scott González2011-10-1882-82/+82
* Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-141-2/+100
* Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...Jörn Zaefferer2011-09-131-6/+6
* Position: Added better collision detection for flip and fit, added visual tes...kborchers2011-08-123-0/+311
* Tests: Removed some visual tests.Scott González2011-08-0345-1654/+0
* Finish jquery-1.6.2 migrationJörn Zaefferer2011-07-273-11/+11
* Merge branch 'master' into core-1.6.1Scott González2011-07-257-20/+403
|\
| * Datepicker: show inline datepicker setting explicit display:block instead of ...Richard D. Worth2011-07-191-0/+23
| * Position: Cleanup up position demo CSS and add it to the within-visual-testJörn Zaefferer2011-07-121-1/+12
| * Tests: Adding visual/unit tests for scale effect.gnarf2011-06-144-19/+179
| * Update menubar to forward menu option to nested menus, update default demo to...Jörn Zaefferer2011-06-091-25/+25
| * Fix visual test in IE6 and move the new helper functions for getting scrollba...David Murdoch2011-05-261-1/+8
| * Update core visual test to allow testing while the window is scrolled.David Murdoch2011-05-131-1/+1
| * Update test to make things a bit easier to testDavid Murdoch2011-05-131-3/+7
| * Add tests for position's `within`David Murdoch2011-05-121-0/+1
| * Update title to reflect testDavid Murdoch2011-05-121-1/+1
| * Add a new visual test for positionDavid Murdoch2011-05-121-0/+177
* | Upgrade jQuery to 1.6.2.Scott González2011-07-25120-120/+120
|/
* Merge remote branch 'gnarf37/effects-visual-test'Scott González2011-05-102-5/+27
|\
| * effects.test: adding a test for size using togglegnarf2011-05-042-7/+22
| * effects.tests: Adding 'size' effect to the visual effect testsgnarf2011-05-042-0/+7
* | Merge remote branch 'gnarf37/ticket-7067'Scott González2011-05-101-6/+8
|\ \
| * | effects.tests: changing the way the effects test runs - using delay() instead...gnarf2011-03-271-6/+8
* | | Popup and Menubar demosJörn Zaefferer2011-05-083-599/+0
* | | Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-074-425/+2
* | | Popup: Better key handling on trigger, along with a few more TODO commentsJörn Zaefferer2011-05-071-4/+14
* | | Popup: Improve key handlingJörn Zaefferer2011-05-071-5/+5
* | | Popup/Tooltip: Fix tab order and add notifications (on select) inJörn Zaefferer2011-05-071-0/+2
* | | Popup: If popup is a menu, focus the first menu item, as menubar does.Jörn Zaefferer2011-05-071-0/+4
* | | Popup: Fix the reopens-issue when clicking the trigger while popup isJörn Zaefferer2011-05-071-3/+10
* | | Popup: Rename open flag to isOpen to avoid name conflict with open method.Jörn Zaefferer2011-05-051-4/+4
| |/ |/|
* | Menubar: Code formatting. A bit of cleanup: Replace self with that;Jörn Zaefferer2011-05-041-135/+153
* | Popup: Also expose open methodJörn Zaefferer2011-05-041-2/+2
* | Popup: Prevent SPACE key event on trigger from scrolling the pageJörn Zaefferer2011-05-041-0/+6
* | Popup: Rename _close to close and use it when selecting something within a po...Jörn Zaefferer2011-05-042-6/+6
* | Popup: Partial fix for closing popup when trigger is clicked again.Jörn Zaefferer2011-05-041-1/+9
* | Menubar reviewJörn Zaefferer2011-05-041-9/+19
* | Popup: Update popup testJörn Zaefferer2011-05-041-1/+1
* | Popup: Add a non-menu popup exampleJörn Zaefferer2011-05-031-1/+18
* | Effects (blind): direction now accepts up/down/left/right as well as vertical...gnarf2011-05-032-6/+20
* | Tooltip: Add drop effect to tooltip animations testJörn Zaefferer2011-05-021-0/+11
* | Tooltip: Add visual testpage for animationsJörn Zaefferer2011-05-021-0/+61
* | Merge branch 'master' into menubarJörn Zaefferer2011-04-262-4/+53
|\ \
| * | Menu: Add icons supportjzaefferer2011-04-201-3/+41
| * | Close popup when blurred and make sure that shift-tab when popup is openjzaefferer2011-04-181-1/+12
* | | removed unbind for focusin and focusoutHans Hillen2011-04-231-1/+1
* | | change self.open to this.openHans Hillen2011-04-231-2/+2
* | | Fix error for Escape key on menubar itemHans Hillen2011-04-221-1/+1
* | | Added focusin & focusout handler for menubarHans Hillen2011-04-221-28/+16