aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
Commit message (Collapse)AuthorAgeFilesLines
* Menu: Update visual test to remove bottom scroll bar in scrolling menus in ↵kborchers2011-10-181-1/+1
| | | | IE6 and IE7
* 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 ↵Jörn Zaefferer2011-09-131-6/+6
| | | | unneeded temp vars
* Position: Added better collision detection for flip and fit, added visual ↵kborchers2011-08-123-0/+311
| | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
* 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
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Datepicker: show inline datepicker setting explicit display:block instead of ↵Richard D. Worth2011-07-191-0/+23
| | | | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height
| * 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 ↵Jörn Zaefferer2011-06-091-25/+25
| | | | | | | | to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults
| * Fix visual test in IE6 and move the new helper functions for getting ↵David Murdoch2011-05-261-1/+8
| | | | | | | | scrollbar properties to $.position
| * 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() ↵gnarf2011-03-271-6/+8
| | | | | | | | | | | | instead of callbacks can help us see if we have places where we destroyed the queue
* | | 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
| | | | | | | | | | | | video-player demo.
* | | 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
| | | | | | | | | | | | visible, while still handling an actualy blur properly.
* | | 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
| | | | | | | | replace an unnecessary each.
* | 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 ↵Jörn Zaefferer2011-05-042-6/+6
| | | | | | | | popup.
* | 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 ↵gnarf2011-05-032-6/+20
| | | | | | | | vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
* | 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
|\ \ | | | | | | | | | | | | Conflicts: ui/jquery.ui.menu.js
| * | 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
| | | | | | | | | | | | skips the trigger.
* | | 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
| | |