Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵ | Scott González | 2012-10-25 | 7 | -267/+0 |
| | | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event. | ||||
* | Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ↵ | Scott González | 2012-10-25 | 1 | -2/+1 |
| | | | | option. | ||||
* | Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵ | Scott González | 2012-10-25 | 7 | -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ález | 2012-10-25 | 1 | -22/+20 |
| | |||||
* | Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵ | Scott González | 2012-10-25 | 3 | -120/+49 |
| | | | | back-compat for load event. | ||||
* | Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method. | Scott González | 2012-10-25 | 1 | -18/+0 |
| | |||||
* | Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option. | Scott González | 2012-10-25 | 2 | -19/+0 |
| | |||||
* | Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option. | Scott González | 2012-10-25 | 1 | -53/+0 |
| | |||||
* | Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event. | Scott González | 2012-10-25 | 2 | -42/+1 |
| | |||||
* | Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event. | Scott González | 2012-10-25 | 2 | -43/+2 |
| | |||||
* | Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method. | Scott González | 2012-10-25 | 1 | -45/+0 |
| | |||||
* | Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable ↵ | Scott González | 2012-10-25 | 2 | -34/+0 |
| | | | | and disable events. | ||||
* | Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method. | Scott González | 2012-10-25 | 1 | -7/+0 |
| | |||||
* | Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option. | Scott González | 2012-10-25 | 3 | -37/+0 |
| | |||||
* | Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option. | Scott González | 2012-10-25 | 1 | -1/+0 |
| | |||||
* | Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method. | Scott González | 2012-10-25 | 1 | -15/+0 |
| | |||||
* | Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ↵ | Scott González | 2012-10-25 | 2 | -55/+0 |
| | | | | ajaxOptions and cache options. | ||||
* | Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -22/+0 |
| | | | | resize method. | ||||
* | Accordion: Removed deprecated activate method and expanded active option. ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -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 Zaefferer | 2012-10-24 | 2 | -19/+2 |
| | | | | icons.headerSelected. | ||||
* | Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -32/+0 |
| | | | | Remove navigation options. | ||||
* | Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -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 Zaefferer | 2012-10-24 | 1 | -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 Zaefferer | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵ | Nate Eagle | 2012-10-24 | 5 | -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 Zaefferer | 2012-10-24 | 1 | -0/+24 |
| | | | | Widget: this._on delegates using instance.widget() instead of passed element | ||||
* | Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - ↵ | Scott González | 2012-10-24 | 1 | -0/+15 |
| | | | | widgetEventPrefix is lost when extending existing widget. | ||||
* | Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -0/+8 |
| | | | | Tooltip: Disabled tooltips on initialization. | ||||
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ↵ | Scott González | 2012-10-23 | 2 | -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ález | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | Widget: Destroy only when element is the actual target. Fixes #8652 - ↵ | Marc-Andre Lafortune | 2012-10-23 | 1 | -0/+7 |
| | | | | Widget: Destroy only when element is the actual target. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 44 | -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-786 | Mike Sherov | 2012-10-22 | 3 | -51/+54 |
| | |||||
* | Widget: $.widget.extend(): Properly handle extending a string with an ↵ | Scott González | 2012-10-22 | 1 | -5/+8 |
| | | | | object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work. | ||||
* | Whitespace. | Scott González | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 11 | -370/+370 |
| | |||||
* | Replace mixed CRLF/LF line endings with LF | Trey Hunner | 2012-10-21 | 3 | -4653/+4653 |
| | |||||
* | Effects: Allow 'null' for options - Fixes #8670 - null reference when using ↵ | Corey Frang | 2012-10-21 | 1 | -0/+11 |
| | | | | effects - Closes gh-783 | ||||
* | Tooltip: Unit test for nested tooltips | Jörn Zaefferer | 2012-10-21 | 2 | -1/+17 |
| | |||||
* | Tooltip: Update events test to cover correct behaviour | Jörn Zaefferer | 2012-10-21 | 1 | -32/+6 |
| | |||||
* | Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - ↵ | Andrew Couch | 2012-10-21 | 2 | -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 Couch | 2012-10-21 | 2 | -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 Zaefferer | 2012-10-21 | 1 | -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 Zaefferer | 2012-10-21 | 1 | -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 Petersen | 2012-10-18 | 1 | -0/+9 |
| | | | | allows panels to be collapsible. | ||||
* | Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - ↵ | David Petersen | 2012-10-17 | 1 | -2/+19 |
| | | | | jQuery dialog with hide options does not trigger close event. | ||||
* | Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: ↵ | TJ VanToll | 2012-10-16 | 1 | -0/+8 |
| | | | | Anchor tags cannot be disabled within buttonset. | ||||
* | Tooltip: Change the default items selector to exclude disabled elements. ↵ | Scott González | 2012-10-12 | 1 | -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ález | 2012-10-12 | 1 | -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ález | 2012-10-10 | 2 | -3/+3 |
| |