aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate ↵Scott González2011-03-231-3/+8
| | | | use of metadata.
* Accordion: Added missing semicolon.Scott González2011-03-231-1/+1
|
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵Scott González2011-03-222-3/+11
| | | | Widget: Make the widget method maintain the stack.
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵Scott González2011-03-222-12/+33
| | | | 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-222-310/+314
|
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-223-18/+114
| | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
* Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-uiScott González2011-03-221-1/+0
|\
| * Spinner: Remove debugging output that appends directly to the body from ↵adam j. sontag2011-03-211-1/+0
| | | | | | | | mousewheel handling.
* | Spinner: Set the widgetEventPrefix to "spin" as per the spec.adam j. sontag2011-03-211-0/+1
|/
* Position: Fixed typo.Scott González2011-03-211-1/+1
|
* Position: Removed unused refenrece to $.fn.offset.Scott González2011-03-211-2/+1
|
* Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-uiScott González2011-03-214-32/+85
|\
| * Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-214-32/+85
| | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* | Merge branch 'master' of https://github.com/thg2k/jquery-uiScott González2011-03-211-11/+7
|\ \
| * | Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
| | |
* | | Merge branch 'master' of https://github.com/RedWolves/jquery-uiScott González2011-03-211-0/+1
|\ \ \
| * | | Tabs: Updates cookie demo to include more information on how to find cookie ↵Ralph Whitbeck2011-03-201-0/+1
| | | | | | | | | | | | | | | | plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.
* | | | Use QUnit.push instead of assertion method for custom assertions to getjzaefferer2011-03-201-1/+2
| | | | | | | | | | | | | | | | correct filename and line number output
* | | | Updated to latest QUnitjzaefferer2011-03-202-86/+133
|/ / /
* / / Build: Update to latest Closure Compiler jarjzaefferer2011-03-203-1/+1
|/ /
* | Datepicker: Changed a comment that causes problems with YUI Compressor. ↵Scott González2011-03-181-1/+1
| | | | | | | | Fixes #7129 - Datepicker: Can't minify with YUI Compressor.
* | Menu: Close submenu on ESCAPE keypressjzaefferer2011-03-171-0/+6
| |
* | 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
* | Widget: Accept selectors and DOM elements as element-argument to _bindjzaefferer2011-03-171-0/+2
| |
* | Menu: menubar cleanupjzaefferer2011-03-171-1/+1
| |
* | Menu: Fix menubar tab and focus handlingjzaefferer2011-03-172-10/+15
| |
* | Menu: Implement delaying of opening and closing submenusjzaefferer2011-03-171-4/+18
| |
* | Menu: More test markupjzaefferer2011-03-171-2/+16
| |
* | Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 ↵Scott González2011-03-151-2/+7
| | | | | | | | - Menu click when no mouseover causes error.
* | Autocomplete unit test: corrected name and argument order of equal() call in ↵Richard Worth2011-03-151-1/+1
| | | | | | | | autoFocus test function