aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵Scott González2012-10-257-267/+0
| | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event.
* Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ↵Scott González2012-10-251-2/+1
| | | | option.
* Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵Scott González2012-10-257-368/+1
| | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute.
* Tabs: Removed back-compat filter in tests for negative active option.Scott González2012-10-251-22/+20
|
* Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵Scott González2012-10-253-120/+49
| | | | back-compat for load event.
* Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.Scott González2012-10-251-18/+0
|
* Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.Scott González2012-10-252-19/+0
|
* Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.Scott González2012-10-251-53/+0
|
* Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.Scott González2012-10-252-42/+1
|
* Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.Scott González2012-10-252-43/+2
|
* Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.Scott González2012-10-251-45/+0
|
* Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable ↵Scott González2012-10-252-34/+0
| | | | and disable events.
* Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.Scott González2012-10-251-7/+0
|
* Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.Scott González2012-10-253-37/+0
|
* Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.Scott González2012-10-251-1/+0
|
* Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.Scott González2012-10-251-15/+0
|
* Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ↵Scott González2012-10-252-55/+0
| | | | ajaxOptions and cache options.
* Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ↵Jörn Zaefferer2012-10-241-22/+0
| | | | resize method.
* Accordion: Removed deprecated activate method and expanded active option. ↵Jörn Zaefferer2012-10-242-122/+19
| | | | Fixes #6837 - Accordion: Remove the activate method. Fixes #6853 - Accordion: Remove support for non-number/falsey values for active option.
* Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ↵Jörn Zaefferer2012-10-242-19/+2
| | | | icons.headerSelected.
* Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: ↵Jörn Zaefferer2012-10-242-32/+0
| | | | Remove navigation options.
* Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ↵Jörn Zaefferer2012-10-242-78/+1
| | | | clearStyle option. Fixes #5872 - Accordion: Remove autoHeight and fillSpace options.
* Dialog: Save the active element that opened the dialog and restore focus to ↵Jörn Zaefferer2012-10-241-6/+12
| | | | that. Fixes #8730 - Dialog: Restore focus to opener.
* Dialog: Prevent dialog form losing focus (or move it back in IE <= 8).Jörn Zaefferer2012-10-241-1/+1
|
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-245-97/+117
| | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.
* Widget: Fix _on to use element argument for delegated events. Fixes #8658 - ↵Jörn Zaefferer2012-10-241-0/+24
| | | | Widget: this._on delegates using instance.widget() instead of passed element
* Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - ↵Scott González2012-10-241-0/+15
| | | | widgetEventPrefix is lost when extending existing widget.
* Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - ↵Jörn Zaefferer2012-10-241-0/+8
| | | | Tooltip: Disabled tooltips on initialization.
* Core: Update :focsable and :tabbable to handle parents with no height/width, ↵Scott González2012-10-232-0/+17
| | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension.
* Tooltip tests: Fixed new default value for position option.Scott González2012-10-231-2/+2
|
* Widget: Destroy only when element is the actual target. Fixes #8652 - ↵Marc-Andre Lafortune2012-10-231-0/+7
| | | | Widget: Destroy only when element is the actual target.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-2344-274/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-223-51/+54
|
* Widget: $.widget.extend(): Properly handle extending a string with an ↵Scott González2012-10-221-5/+8
| | | | object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work.
* Whitespace.Scott González2012-10-221-1/+1
|
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-2111-370/+370
|
* Replace mixed CRLF/LF line endings with LFTrey Hunner2012-10-213-4653/+4653
|
* Effects: Allow 'null' for options - Fixes #8670 - null reference when using ↵Corey Frang2012-10-211-0/+11
| | | | effects - Closes gh-783
* Tooltip: Unit test for nested tooltipsJörn Zaefferer2012-10-212-1/+17
|
* Tooltip: Update events test to cover correct behaviourJörn Zaefferer2012-10-211-32/+6
|
* Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - ↵Andrew Couch2012-10-212-1/+41
| | | | Delayed tooltips set to track should reposition when being shown for the first time.
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - ↵Andrew Couch2012-10-212-0/+14
| | | | Delegated tooltips don't close when the tooltipped element is removed
* Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. ↵Jörn Zaefferer2012-10-211-0/+7
| | | | Remove the keep-open-on-focusout workaround. Now matching behaviour described in ARIA Authoring Practices. Fixes #8699 - Moving focus on click of a tooltipped element shows native tooltip in IE/Firefox on Windows
* Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and ↵Jörn Zaefferer2012-10-211-2/+6
| | | | removing title attributes. Fixes #8700 - Overlapping tooltipped elements shows native tooltip for one of the elements
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null ↵David Petersen2012-10-181-0/+9
| | | | allows panels to be collapsible.
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - ↵David Petersen2012-10-171-2/+19
| | | | jQuery dialog with hide options does not trigger close event.
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: ↵TJ VanToll2012-10-161-0/+8
| | | | Anchor tags cannot be disabled within buttonset.
* Tooltip: Change the default items selector to exclude disabled elements. ↵Scott González2012-10-121-1/+1
| | | | Fixes #8661 - Tooltip doesn't hide on disabled anchor element [IE only].
* Tabs: Use aria-controls instead of the anchor's href to match against ↵Scott González2012-10-121-1/+7
| | | | location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-102-3/+3
|