summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* updated: demo files and tests to jQuery 1.8.3Felix Nagel2012-11-231-19/+18
|
* removed: unneeded filesFelix Nagel2012-11-23189-110574/+15580
|
* Merge commit '1.9.2' into selectmenuFelix Nagel2012-11-23194-15683/+120419
|\
| * Button: Fixing handling of the disabled options on refresh method calls. ↵TJ VanToll2012-11-232-8/+36
| | | | | | | | | | | | Fixed #8828 - Button: Refresh does not re-enable disabled button. (cherry picked from commit 93abe02b6052143fac30393291da3fc254bde996)
| * Upgrade jQuery to 1.8.3.Scott González2012-11-1449-48/+9520
| |
| * Tabs: Trigger the select event when collapsing. Fixes #8813 - Tabs: select ↵Scott González2012-11-141-3/+7
| | | | | | | | event not triggering when collapsible:true.
| * Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not ↵Scott González2012-11-141-0/+27
| | | | | | | | | | | | hide consistently with dynamically loaded content. (cherry picked from commit 1b503a237e1dc47739a8a451debbc86e169851e3)
| * Tests: Commented out getElementStyles() while its not used.Scott González2012-11-131-2/+2
| | | | | | | | (cherry picked from commit 608341d20d9ed8078c115747576761829151ad04)
| * Tests: Temporarily remove style checks in domEqual().Scott González2012-11-131-1/+2
| | | | | | | | (cherry picked from commit 248e632f4d9c83647d8ebdee56c92111500e479e)
| * Button: use _hoverable for hover state management. Fixes #5295 - button ↵Cory Gackenheimer2012-11-131-0/+11
| | | | | | | | | | | | doesn't remove hover state if they are disabled (cherry picked from commit 8e1ceba717b85e42a13cc1660e7c8e9e9c26c384)
| * Widget: Only use the event prefix from the base if we're redefining a ↵Scott González2012-11-131-2/+6
| | | | | | | | | | | | widget. Fixes #8805 - Widget: widgetEventPrefix is incorrect when inheriting with jQuery UI 1.9.1. (cherry picked from commit 9e858ba14ac0ae26780581a34565e84e0ae108ef)
| * Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ↵Scott González2012-11-131-0/+28
| | | | | | | | | | | | is not removed from tabs when destroy is called. (cherry picked from commit fd48568c402847df8af59166c33549f0d19feb4b)
| * Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ↵Scott González2012-11-131-0/+13
| | | | | | | | | | | | is shown, but not hidden if element has class=ui-state-disabled. (cherry picked from commit 498aadf644ddca86de838dc2001267ded972df2c)
| * Widget: Suppress disabled check when binding destroy to the remove event. ↵Scott González2012-11-131-0/+6
| | | | | | | | | | | | Fixes #8769 - Widget: ui-state-disabled blocks destroy to be triggered on remove. (cherry picked from commit 1cdeeccab0e76495842cad9d04e686aee802777d)
| * Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: ↵Scott González2012-11-131-0/+40
| | | | | | | | | | | | Ability to use _on() even when disabled. (cherry picked from commit 84cd214486769a3527b3ab420219c8f9c78f9879)
| * Widget: Bridge falls back to name if there is no widgetFullName, and always ↵Avinash R2012-11-131-0/+53
| | | | | | | | | | | | stores instances in data. Fixed #8775 - Widget: Bridge fails if widgetFullName is not supplied. (cherry picked from commit 75bd22eb731f5a81099ad97c88eede3862195fec)
| * Tooltip: Fix default for position option, follow-up to 1d9eab1.Jörn Zaefferer2012-11-131-1/+1
| | | | | | | | (cherry picked from commit 6874f190611009228ea9d6901fcdd6b951c66198)
| * Tooltip: Check type on event directly, preventing TypeError when ↵Jörn Zaefferer2012-11-081-0/+8
| | | | | | | | | | | | programmatically moving focus to track-toolipped-input. Fixes #8747 - Tooltip: Using the track option within dialogs creates JS errors (cherry picked from commit 98173a3d0ea8e2e6aeb19dda9b232cb65a0684e4)
| * Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: ↵Jörn Zaefferer2012-11-081-0/+9
| | | | | | | | | | | | refresh() doesn't refresh existing submenus. (cherry picked from commit 8b3e57024138f1a40be762fd5d29cc390129a8ad)
| * Skip collision: fit test in IE until TestSwarm stops using iframes.Scott González2012-11-081-0/+3
| | | | | | | | (cherry picked from commit 8bdf0359bbb3401c053fa453496ffd0c4b9f61bd)
| * Tooltip: Use attributes, not properties, when checking for parent tooltips. ↵Scott González2012-11-082-0/+25
| | | | | | | | | | | | Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form. (cherry picked from commit d074efe5289db4f5182a685046e9b9ad6186ac26)
| * 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
| |
| * Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ↵Scott González2012-10-051-3/+10
| | | | | | | | is not clearing up the data properties.
| * Tooltip: Check if event exists before checking properties in open(). Fixes ↵Scott González2012-10-051-0/+17
| | | | | | | | #8626 - Programatically opening a tooltip with out giving an event results in a javascript error.
| * Accordion: Only adjust height animations for heightStyle: content. Fix tests ↵Scott González2012-10-011-18/+18
| | | | | | | | that punch .animate().
| * Upgrade jQuery to 1.8.2.Scott González2012-09-2050-48/+18789
| |