aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate...Scott González2011-05-031-22/+38
* Tabs: Clean up some tests.Scott González2011-05-032-2/+4
* Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selec...Scott González2011-05-031-35/+43
* Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enabl...Scott González2011-05-031-23/+21
* Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ...Jean-Francois Remy2011-05-031-5/+22
* Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-025-13/+20
* 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 n...Jörn Zaefferer2011-05-021-0/+4
* 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 whe...David Petersen2011-04-281-2/+20
* Merge branch 'master' into menubarJörn Zaefferer2011-04-2631-757/+550
|\
| * 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 actu...jzaefferer2011-04-202-211/+0
| * 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
| * Accordion tests: Coding standards.Scott González2011-04-157-268/+268
| * Tabs: Rewrote some ticket tests and moved to approriate file.Scott González2011-04-152-62/+16
| * Tabs: Better tests for tab state.Scott González2011-04-154-61/+42
* | 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
* | Fix menubar escape key + minor css fixHans Hillen2011-04-202-4/+3
* | Fix "menubar does not collapse when clicking on other menubar" + minor changesHans Hillen2011-04-182-5/+9
* | Added icon removal to _destroyHans Hillen2011-04-151-5/+7
* | Updated menubar test to use UL elements rather than DIVsHans Hillen2011-04-151-96/+120
* | Accessibility / bug fixes for menubarHans Hillen2011-04-151-18/+70
|/
* Update popup utility: Defer _open call and let click event propagate.jzaefferer2011-04-131-3/+9
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-10/+15
* Tabs: Fixed issues with collapsible and active options.Scott González2011-04-111-45/+112
* Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.Scott González2011-04-112-2/+2
* Progressbar: Added unit test for #7231 - valueDiv should be hidden when value...Richard Worth2011-04-091-0/+17
* Adding popup utility prototype to visual menu testsjzaefferer2011-04-082-0/+266
* Tabs: Added tests for aria-controls attribute being assigned on init.Scott González2011-04-075-14/+33
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-54/+0
* Tabs: Cleaned up _tabId() implementation.Scott González2011-04-051-16/+27
* Tabs: Updated test for deprecated length method.Scott González2011-04-051-4/+4
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-056-74/+68