Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -0/+4 | |
| | | | | | | | | Tooltip: Disabled tooltips on initialization. | |||||
| * | Core: Update :focsable and :tabbable to handle parents with no height/width, ↵ | Scott González | 2012-10-23 | 1 | -4/+4 | |
| | | | | | | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension. | |||||
| * | Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - ↵ | Scott González | 2012-10-23 | 1 | -3/+3 | |
| | | | | | | | | Dialog: Position with pixels in array doesn't work with back compat disabled. | |||||
| * | Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple ↵ | Maciej Mroziński | 2012-10-23 | 1 | -7/+0 | |
| | | | | | | | | collapsible Accordions won't work together. | |||||
| * | Widget: Destroy only when element is the actual target. Fixes #8652 - ↵ | Marc-Andre Lafortune | 2012-10-23 | 1 | -1/+7 | |
| | | | | | | | | Widget: Destroy only when element is the actual target. | |||||
| * | Widget: Fixed $.widget.extend() to never copy objects by reference. | Scott González | 2012-10-23 | 1 | -3/+8 | |
| | | ||||||
| * | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 9 | -34/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Tooltip: Position below the element and set a max width of 300px to more ↵ | Scott González | 2012-10-23 | 1 | -2/+2 | |
| | | | | | | | | closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long. | |||||
| * | Build: Upgrade to the latest Grunt and JSHint - Closes gh-786 | Mike Sherov | 2012-10-22 | 2 | -2/+1 | |
| | | ||||||
| * | Widget: $.widget.extend(): Properly handle extending a string with an ↵ | Scott González | 2012-10-22 | 1 | -1/+5 | |
| | | | | | | | | object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work. | |||||
| * | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 34 | -70/+70 | |
| | | ||||||
| * | Fixed some jshint errors. | Scott González | 2012-10-21 | 2 | -4/+4 | |
| | | ||||||
| * | Effects: Allow 'null' for options - Fixes #8670 - null reference when using ↵ | Corey Frang | 2012-10-21 | 1 | -2/+2 | |
| | | | | | | | | effects - Closes gh-783 | |||||
| * | Accordion: Fix back-compat for active option. | Scott González | 2012-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - ↵ | Andrew Couch | 2012-10-21 | 1 | -2/+16 | |
| | | | | | | | | 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 | 1 | -2/+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 | -15/+10 | |
| | | | | | | | | 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 | -4/+34 | |
| | | | | | | | | removing title attributes. Fixes #8700 - Overlapping tooltipped elements shows native tooltip for one of the elements | |||||
| * | Tooltip: Comment why we need to use closest | Jörn Zaefferer | 2012-10-19 | 1 | -1/+3 | |
| | | ||||||
| * | Effect: fix typo in comment ft "optinos" => "options" | Andrew Couch | 2012-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null ↵ | David Petersen | 2012-10-18 | 1 | -2/+2 | |
| | | | | | | | | allows panels to be collapsible. | |||||
| * | Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - ↵ | David Petersen | 2012-10-17 | 1 | -1/+1 | |
| | | | | | | | | jQuery dialog with hide options does not trigger close event. | |||||
| * | Slider: Count the handles after setting up a range. Fixes #7922 - Slider ↵ | David Petersen | 2012-10-17 | 1 | -2/+3 | |
| | | | | | | | | with range doesn't work if values are not set. | |||||
| * | Slider: Update UI when min or max option changes. Fixes #7477 - Setting ↵ | David Petersen | 2012-10-16 | 1 | -0/+6 | |
| | | | | | | | | min/max options does not update view. | |||||
| * | Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: ↵ | TJ VanToll | 2012-10-16 | 1 | -1/+1 | |
| | | | | | | | | Anchor tags cannot be disabled within buttonset. | |||||
| * | Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working ↵ | David Petersen | 2012-10-16 | 1 | -3/+0 | |
| | | | | | | | | inside iframe in IE6/7. | |||||
| * | Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 ↵ | Dale Kocian | 2012-10-16 | 1 | -0/+4 | |
| | | | | | | | | - Dialog: Escape closes incorrect dialog. | |||||
| * | Spinner: Remove ui-state- classes from spinner, along with the ↵ | Jörn Zaefferer | 2012-10-14 | 1 | -4/+1 | |
| | | | | | | | | background:none TR override. Fixes #8654 - Spinner background-color | |||||
| * | Resizable: Use .insertAfter() instead of .after() to avoid recursively ↵ | Scott González | 2012-10-13 | 1 | -9/+8 | |
| | | | | | | | | destroying. Fixes #8662 - Infinite loop - new to jQuery UI 1.9.0. | |||||
| * | Tooltip: Change the default items selector to exclude disabled elements. ↵ | Scott González | 2012-10-12 | 1 | -1/+2 | |
| | | | | | | | | 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 | -4/+5 | |
| | | | | | | | | location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs. | |||||
| * | Sortable: Calculating item distance and direction using a more robust ↵ | John Chen | 2012-10-10 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | algorithm to better support sorting among nested sortables. Fixes #8572 - Wrong placeholder positions. Fixes #8573 - Can't drag an item out of an inner sortable. Fixes #8574 - Hard to put an item between two inner sortables. Use the item which has the least distance between the mouse pointer and one of its borders to rearrange, with direction being determined by the nearest border. Also we use this algorithm to rearrange even when currentContainer is not changed to override the defective rearrangment in _mouseDrag | |||||
| * | Draggable: Fix a bug when dragging into nested sortables there are ↵ | John Chen | 2012-10-10 | 1 | -0/+16 | |
| | | | | | | | | duplicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug. | |||||
| * | Sortable: Fix a bug of removing an item while iterating an array. Fixes ↵ | John Chen | 2012-10-10 | 1 | -6/+5 | |
| | | | | | | | | #8571 - Out of range problem in when dragging a nested sortable. | |||||
| * | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González | 2012-10-10 | 7 | -9/+15 | |
| | | ||||||
| * | Tabs: Handle extraneous list items when using ui-tabs-active to set the ↵ | Scott González | 2012-10-09 | 1 | -1/+1 | |
| | | | | | | | | initially active tab. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements. | |||||
| * | Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 ↵ | Richard D. Worth | 2012-10-09 | 1 | -1/+1 | |
| | | | | | | | | dialog on a XHTML page is broken if buttons are defined | |||||
| * | Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ↵ | Scott González | 2012-10-05 | 1 | -1/+17 | |
| | | | | | | | | 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 | -1/+1 | |
| | | | | | | | | #8626 - Programatically opening a tooltip with out giving an event results in a javascript error. | |||||
| * | typo | Scott González | 2012-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - ↵ | Scott González | 2012-10-04 | 1 | -0/+2 | |
| | | | | | | | | Tooltip tracks mouse when the element has focus. | |||||
| * | Accordion: Only adjust height animations for heightStyle: content. Fix tests ↵ | Scott González | 2012-10-01 | 1 | -2/+2 | |
| | | | | | | | | that punch .animate(). | |||||
| * | Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ↵ | Scott González | 2012-10-01 | 1 | -17/+23 | |
| | | | | | | | | animation a bit jumpy in some browsers. | |||||
| * | Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 ↵ | Scott González | 2012-10-01 | 1 | -1/+2 | |
| | | | | | | | | - Destroying a dialog removes the original element from the DOM. | |||||
| * | Updated docs URLs for core files. | Scott González | 2012-09-29 | 2 | -2/+2 | |
| | | ||||||
| * | Updated docs URLS. | Scott González | 2012-09-26 | 34 | -33/+35 | |
| | | ||||||
| * | Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: ↵ | Scott González | 2012-09-12 | 1 | -1/+1 | |
| | | | | | | | | wrong default active li if ul contains extraneous elements. | |||||
| * | Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix ↵ | Jared A. Scheel | 2012-09-06 | 1 | -5/+4 | |
| | | | | | | | | option leaves iframes in DOM when using a selector. | |||||
| * | Menu: Don't move focus from the active item on click. Fixes #8552 - selected ↵ | Scott González | 2012-09-05 | 1 | -14/+21 | |
| | | | | | | | | value overwritten/not correctly set. | |||||
| * | Dialog: Only bind focus-trapping event once. Fixes #8551 - After repeated ↵ | Scott González | 2012-09-04 | 1 | -22/+19 | |
| | | | | | | | | opening and closing of a modal dialog, focus navigation using tab becomes slow. |