aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add a new visual test for positionDavid Murdoch2011-05-121-0/+177
|
* Tabs: Fixed select event.Scott González2011-05-101-18/+37
|
* Tabs: Fixed show event.Scott González2011-05-101-14/+35
|
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2011-05-101-0/+16
|\
| * Merge remote branch 'origin/master'Jörn Zaefferer2011-05-101-6/+8
| |\
| * | Autocomplete: Added unit test to check for preventing value change when an ↵kborchers2011-05-101-0/+16
| | | | | | | | | | | | unintended mouseover event (Firefox) is fired before blur. Proposed fix is in pull request 236
* | | 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
* | | Tabs: Remvoed spinner image from tests.Scott González2011-05-101-0/+0
| | |
* | | Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-101-27/+27
| | |
* | | Tabs: Moved tests out of tickets file.Scott González2011-05-105-40/+29
| | |
* | | Tabs: Updated tests for destroy method.Scott González2011-05-091-13/+4
| | |
* | | Tabs: Added tests for beforeload event on init.Scott González2011-05-091-6/+24
| | |
* | | Tabs: Updated tests for disabled option.Scott González2011-05-091-13/+19
| | |
* | | Tabs: Added tests for event option.Scott González2011-05-091-2/+49
| | |
* | | Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.Scott González2011-05-091-2/+12
| | |
* | | Tabs: Only trigger tabsload on success.Scott González2011-05-091-2/+5
| | |
* | | Tabs: Add tabsload event tests.David Petersen2011-05-091-2/+60
| | |
* | | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵Scott González2011-05-091-2/+28
| | | | | | | | | | | | event; deprecate ajaxOptions and cache options.
* | | Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add ↵Scott González2011-05-091-2/+21
| | | | | | | | | | | | | | | | | | beforeload event; deprecate ajaxOptions and cache options. Thanks gnarf for the unit test idea.
* | | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵Scott González2011-05-091-26/+11
| | | | | | | | | | | | spinner option.
* | | Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - ↵Scott González2011-05-091-8/+37
| | | | | | | | | | | | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).
* | | 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
| |/ |/|
* | Merge pull request #200 from kzys/trac-6704-2Scott González2011-05-041-0/+8
|\ \ | | | | | | Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.
| * | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed ↵Kato Kazuyoshi2011-05-051-0/+8
| | | | | | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths.
* | | Datepicker: Greedy matching in month name. Fixed #7062 - ↵Kato Kazuyoshi2011-05-052-0/+5
|/ / | | | | | | $.datepicker.parseDate does not work for some locale date strings.
* | 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.
* | Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵Scott González2011-05-031-22/+38
| | | | | | | | Deprecate select method.
* | Tabs: Clean up some tests.Scott González2011-05-032-2/+4
| |
* | Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵Scott González2011-05-031-35/+43
| | | | | | | | selected option to active.
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵Scott González2011-05-031-23/+21
| | | | | | | | enable and disable events.
* | Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵Jean-Francois Remy2011-05-031-5/+22
| | | | | | | | - Position: Collision: fit doesn't work at top of window when scrolled.