aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵Scott González2011-03-241-0/+24
| | | | Widget: Extend .option() to set partial nested options.
* Progressbar: Removed visual test pages.Scott González2011-03-231-28/+0
|
* Tabs: Removed visual test pages.Scott González2011-03-231-32/+0
|
* Autocomplete: Removed visual test pages.Scott González2011-03-231-80/+0
|
* Accordion: Removed visual test pages.Scott González2011-03-2317-758/+0
|
* Static tests: Removed highlight/error, overlay and index pages.Scott González2011-03-233-152/+0
|
* Tabs: Removed static test pages.Scott González2011-03-232-66/+0
|
* Progressbar: Removed static test pages.Scott González2011-03-232-38/+0
|
* Interactions: Removed static test pages.Scott González2011-03-235-96/+0
|
* Dialog: Removed static test pages.Scott González2011-03-232-71/+0
|
* Accordion: Removed static test pages. Added unit tests for dl markup structure.Scott González2011-03-236-137/+54
|
* Accordion tests: Fixed indentation.Scott González2011-03-232-76/+64
|
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵Scott González2011-03-221-2/+8
| | | | Widget: Make the widget method maintain the stack.
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵Scott González2011-03-221-11/+29
| | | | search is complete.
* Position: Split out tests for deprecated offset option.Scott González2011-03-224-41/+105
|
* Position: Coding standards.Scott González2011-03-221-285/+285
|
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-221-1/+35
| | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
* Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-uiScott González2011-03-213-11/+44
|\
| * Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-213-11/+44
| | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* | Use QUnit.push instead of assertion method for custom assertions to getjzaefferer2011-03-201-1/+2
| | | | | | | | correct filename and line number output
* | Menubar: Don't close active menu on mouseenter of associated buttonjzaefferer2011-03-171-1/+1
| |
* | Menubar: on a single-button menubar, ignore reopening the same menujzaefferer2011-03-171-0/+4
| |
* | Menubar: Another fix for tab/focus handlingjzaefferer2011-03-171-5/+7
| |
* | Menubar: Fix closing with escape keyjzaefferer2011-03-171-5/+9
| |
* | Menubar: Focus/tab handling, improved muchjzaefferer2011-03-171-12/+45
| |
* | Menubar: Put focus back to button when closing menujzaefferer2011-03-171-2/+4
| |
* | Menubar: Close submenus on Escape first, only close all when on top-leveljzaefferer2011-03-171-1/+3
| |
* | Menubar: Handle cursor UP/DOWN to open menujzaefferer2011-03-171-0/+9
| |
* | Menubar: Handle ESCAPE to close and refactor document-click code to also use ↵jzaefferer2011-03-171-2/+11
| | | | | | | | _bind
* | Menu: menubar cleanupjzaefferer2011-03-171-1/+1
| |
* | Menu: Fix menubar tab and focus handlingjzaefferer2011-03-172-10/+15
| |
* | Menu: More test markupjzaefferer2011-03-171-2/+16
| |
* | Autocomplete unit test: corrected name and argument order of equal() call in ↵Richard Worth2011-03-151-1/+1
| | | | | | | | autoFocus test function
* | Autocomplete: refactored unit tests for autoFocus optionRichard Worth2011-03-151-14/+8
| |
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵Richard Worth2011-03-151-0/+27
| | | | | | | | Add option to automatically highlight the first result
* | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵Richard Worth2011-03-153-1/+4
| | | | | | | | Autocomplete: Default autoFocus to true
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵Richard Worth2011-03-151-0/+1
| | | | | | | | Autocomplete: Add option to automatically highlight the first result
* | Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-151-1/+5
|/ | | | Fixed #7078 - Accordion: Set aria-selected
* Menu: Add menubar-with-one-button-in-table example.jzaefferer2011-03-111-8/+67
|
* Menu: Improve CSS on testpagejzaefferer2011-03-111-1/+1
|
* Button: find associated label even without common ancestor. Fixes #7092 - ↵ddstreet2011-03-111-0/+22
| | | | button creation that requires a matching label does not find label in all cases
* Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into ↵Scott González2011-03-092-6/+31
|\ | | | | | | gnarf37-effects-api
| * Mouse visual test: Bump jQuery version.Scott González2011-03-081-2/+2
| |
| * Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed ↵awgy2011-03-081-0/+67
| | | | | | | | after drag in Gecko
| * Dialog: Added a class to dialog wrapper when it is currently displaying ↵Douglas Neiner2011-03-081-1/+9
| | | | | | | | buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing
| * Switched to latest stable jQuery 1.5.1Richard Worth2011-03-08205-205/+205
| |
| * Adding fade to the testsgnarf2011-03-062-3/+12
| |
| * Should add a visual test for the standard show/hide method to make sure we ↵gnarf2011-03-022-3/+19
| | | | | | | | don't break it by overriding it
* | Unit tests: removed no longer utilized tickets.js files for Menu and TooltipRichard Worth2011-03-084-20/+0
| |