aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-025-13/+20
| | | | enough for testswarm results to be useful.
* Fix menu unit tests (regression fron Hans' branch)Jörn Zaefferer2011-05-021-4/+7
|
* Add simple error handling for domEqual method (was failing for menu, output ↵Jörn Zaefferer2011-05-021-0/+4
| | | | not helpful).
* 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
|
* Tabs: Added tests for add and remove events.Scott González2011-04-281-21/+32
|
* Tabs: Cleaned up add and remove methods.Scott González2011-04-283-41/+66
|
* Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-49/+67
|
* Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-8/+31
|
* Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-283-71/+133
|
* Tabs: enable/disable handle when current state already matches, fix error ↵David Petersen2011-04-281-2/+20
| | | | when disabled = true and enable gets called
* Merge branch 'master' into menubarJörn Zaefferer2011-04-2631-757/+550
|\ | | | | | | | | Conflicts: ui/jquery.ui.menu.js
| * Widget: define a null default for the create callback.Scott González2011-04-2514-120/+121
| |
| * Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-255-33/+52
| |
| * Menu: Drop statis test pages. default was outdated, icons is replaced by ↵jzaefferer2011-04-202-211/+0
| | | | | | | | actual icons support as part of menu.
| * 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.
| * Accordion tests: Coding standards.Scott González2011-04-157-268/+268
| |