Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 43 | -263/+243 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -50/+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 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -0/+35 |
| | | | | 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 | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ↵ | Scott González | 2012-10-05 | 1 | -3/+10 |
| | | | | is not clearing up the data properties. | ||||
* | Tooltip: Check if event exists before checking properties in open(). Fixes ↵ | Scott González | 2012-10-05 | 1 | -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ález | 2012-10-01 | 1 | -18/+18 |
| | | | | that punch .animate(). | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 24 | -24/+24 |
| | |||||
* | Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: ↵ | Scott González | 2012-09-12 | 3 | -0/+25 |
| | | | | wrong default active li if ul contains extraneous elements. | ||||
* | Menu: Don't move focus from the active item on click. Fixes #8552 - selected ↵ | Scott González | 2012-09-05 | 1 | -7/+11 |
| | | | | value overwritten/not correctly set. | ||||
* | Tooltip: Allow strings for content option. | Scott González | 2012-08-31 | 1 | -0/+10 |
| | |||||
* | Tooltip: Update open tooltips if the content option changes. Fixes #8544 - ↵ | Scott González | 2012-08-31 | 1 | -0/+19 |
| | | | | Unable to update tooltip content dynamically. | ||||
* | Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ↵ | Jörn Zaefferer | 2012-08-30 | 1 | -1/+12 |
| | | | | tooltip unit tests | ||||
* | Tooltip tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -8/+6 |
| | |||||
* | Tabs tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Whitespace | Scott González | 2012-08-26 | 1 | -2/+2 |
| | |||||
* | Spinner tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Progressbar tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Menu tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Menu tests: re-order tests. | Scott González | 2012-08-26 | 1 | -16/+16 |
| | |||||
* | Autocomplete tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Accordion tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Tests: Removed completed TODO. | Scott González | 2012-08-26 | 1 | -1/+0 |
| | |||||
* | Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs ↵ | Scott González | 2012-08-17 | 1 | -1/+5 |
| | | | | not passing data in 1.9. beta 1. | ||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 24 | -24/+29 |
| | |||||
* | Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout(). | Scott González | 2012-07-26 | 1 | -15/+3 |
| | |||||
* | Slider tests: Fixed style checks for orientation test. | Scott González | 2012-07-17 | 1 | -3/+3 |
| | |||||
* | Slider tests: Minor cleanup: added expect() calls, fixed left-over slider ↵ | Scott González | 2012-07-17 | 4 | -17/+22 |
| | | | | that was appended to body. | ||||
* | Menu tests: Removed test for key handling when the element doens't have ↵ | Scott González | 2012-07-17 | 1 | -18/+0 |
| | | | | focus (illogical test). | ||||
* | Dialog tests: Fixed calls to $.contains() that were passing jQuery objects ↵ | Scott González | 2012-07-13 | 1 | -1/+1 |
| | | | | instead of elements. | ||||
* | Spinner: Introduce icons option to make button icons customizable, mostly ↵ | Jörn Zaefferer | 2012-07-12 | 2 | -0/+23 |
| | | | | for consistency | ||||
* | Menu: Rename icon option to icons.submenu | Jörn Zaefferer | 2012-07-12 | 3 | -7/+19 |
| |