aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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
| | | | Fixes other popups to close. Also update aria usage.
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-10/+15
| | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that.
* 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 ↵Richard Worth2011-04-091-0/+17
| | | | value is at 0%
* 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
|
* Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵Scott González2011-04-053-17/+53
| | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
* Tabs: cleanup.Scott González2011-04-045-54/+45
|
* Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename ↵Scott González2011-04-041-20/+66
| | | | show event to activate.
* Accordion: Added test to ensure activate event is not triggered if ↵Scott González2011-04-041-1/+11
| | | | beforeActive is prevented.
* Tabs: Properly handle switching from active: false.Scott González2011-04-041-2/+23
|
* Accordion: Removed unnecessary test.Scott González2011-04-041-16/+2
|
* Accordion: Pass original event in beforeActivate event.Scott González2011-04-041-1/+6
|
* Accordion tests: Only use single words inside headers to avoid breaking onto ↵Scott González2011-04-041-2/+2
| | | | multiple lines.
* Accordion tests: Only use single words inside headers to avoid breaking onto ↵Scott González2011-04-041-2/+2
| | | | multiple lines.
* Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: ↵Scott González2011-04-043-23/+64
| | | | Rename select event to beforeActivate.
* Tabs: Test cleanup.Scott González2011-04-043-211/+227
|
* Tests: Renamed files for deprecated tests now that TestSwarm is setup to ↵Scott González2011-04-042-0/+0
| | | | properly handle them.
* Accordion tests: lowercase doctype.Scott González2011-04-042-2/+2
|
* Tests: Allow overriding enable and disable methods to add custom logic.Scott González2011-03-291-2/+0
|
* Visual tests: Removed index page. A directory listing of all files is more ↵Scott González2011-03-291-62/+0
| | | | useful than an incomplete listing of tests.
* Dialog: Removed unnecessary visual test files.Scott González2011-03-2910-342/+0
|
* Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into ↵Scott González2011-03-2910-302/+609
|\ | | | | | | petersendidit-tabs
| * Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-294-17/+17
| |
| * Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-283-36/+36
| |
| * Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-285-41/+47
| |