Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Tooltip: Allow strings for content option. | Scott González | 2012-08-31 | 1 | -1/+6 |
| | |||||
* | Tooltip: Update open tooltips if the content option changes. Fixes #8544 - ↵ | Scott González | 2012-08-31 | 1 | -7/+21 |
| | | | | Unable to update tooltip content dynamically. | ||||
* | Effects (Shake): Divide duration by number of animation steps. Fixed: #8531 ↵ | Bernhard Sirlinger | 2012-08-30 | 1 | -1/+1 |
| | | | | - Shake effect: Duration is multiplied based on number of shakes. | ||||
* | Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs ↵ | Scott González | 2012-08-30 | 1 | -1/+3 |
| | | | | with in tabs, heading appears as Loading.... | ||||
* | Droppable: greedy children now consider only parents with same scope as ↵ | Philipp Benjamin Köppchen | 2012-08-29 | 1 | -1/+6 |
| | | | | parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different | ||||
* | Effects: Cleanup. | Scott González | 2012-08-27 | 1 | -12/+17 |
| | |||||
* | Menu: If the active element no longer exists after a refresh, blur the menu. | Scott González | 2012-08-27 | 2 | -2/+5 |
| | |||||
* | Revert "Datepicker: Modified _updateDatepicker to not update display if ↵ | Scott González | 2012-08-26 | 1 | -3/+0 |
| | | | | | | updated instance is not current instance." This revert fixes a more serious problem: Fixes #8522 - Calendar doesn't render when moving between datepicker controls. This reverts commit b4ef2f7ebb1162f75d8fa3276d73e4746bcace84. | ||||
* | Autocomplete: Fixed an invisible character tht lead to a failure of the ↵ | Pierre-Henri Ausseil | 2012-08-26 | 1 | -1/+1 |
| | | | | function. | ||||
* | Datepicker: Replace HTML entities with characters in es, fi, gl, is, it, ↵ | Kris Borchers | 2012-08-23 | 8 | -35/+35 |
| | | | | pt-BR, pt and sl i18n files. Fixes #8515 - Datepicker: Translation displays HTML entities when setting some formats | ||||
* | Datepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - ↵ | Jiayi Yang | 2012-08-23 | 3 | -6/+6 |
| | | | | Localization Issue: the monthNameShort in Chinese is wrong. | ||||
* | Core: Whitespace. | Scott González | 2012-08-23 | 1 | -8/+8 |
| | |||||
* | Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - ↵ | Scott González | 2012-08-23 | 1 | -11/+14 |
| | | | | Core: Deprecate .disableSelection() and .enableSelection(). | ||||
* | Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ↵ | Martin Hoch | 2012-08-22 | 1 | -9/+11 |
| | | | | events on nested sortables. | ||||
* | Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists ↵ | Martin Hoch | 2012-08-22 | 1 | -1/+10 |
| | | | | don't work properly with sortable. | ||||
* | Position: Properly handle flip collision when the window is scrolled. Fixes ↵ | Scott González | 2012-08-17 | 1 | -2/+2 |
| | | | | #8481 - Position in flip mode does not take into consideration scrollTop and scrollLeft. | ||||
* | Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs ↵ | Scott González | 2012-08-17 | 1 | -20/+31 |
| | | | | not passing data in 1.9. beta 1. | ||||
* | Upgrade jQuery Color to 2.0.0. Fixes #6969 - Effects: 'borderColor' property ↵ | Scott González | 2012-08-14 | 1 | -12/+38 |
| | | | | is buggy. | ||||
* | Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - ↵ | Scott González | 2012-08-09 | 1 | -1/+1 |
| | | | | Datepicker 1.8.22 escaped id does not work. | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 34 | -34/+34 |
| | |||||
* | Mouse: Don't try to unbind delegated event handlers if they don't exist. ↵ | Scott González | 2012-07-31 | 1 | -3/+5 |
| | | | | Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed. | ||||
* | Menu: Open submenu on click of parent item and only close menu when clicking ↵ | kborchers | 2012-07-31 | 1 | -3/+8 |
| | | | | item without submenu. | ||||
* | Autocomplete: Fixed spacing. | Scott González | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | Datepicker: Changed body selector to document.body. Fixed #8464 - Datepicker ↵ | Mark Aaron Shirley | 2012-07-27 | 1 | -1/+1 |
| | | | | does not properly scope the body selector. | ||||
* | Effects: Fixing call to outerHeight/Width in slide effect for compat with ↵ | Corey Frang | 2012-07-20 | 1 | -3/+1 |
| | | | | 1.8 core | ||||
* | Effects: Fixing bug in blind effect caused by 48659c64 - auto doesn't parse | Corey Frang | 2012-07-20 | 1 | -2/+2 |
| | |||||
* | Effects: Fixing call to outerHeight/Width in drop effect for compat with 1.8 ↵ | Corey Frang | 2012-07-20 | 1 | -1/+1 |
| | | | | core | ||||
* | Datepicker: Fixed position problem when input is in a fixed element. Fixes ↵ | Luis Dalmolin | 2012-07-17 | 1 | -2/+2 |
| | | | | #5626 - DatePicker doesn't work inside fixed div. | ||||
* | Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker ↵ | Maciej Mroziński | 2012-07-17 | 1 | -1/+1 |
| | | | | dialog has a negative z-index. | ||||
* | Datepicker: Modified _updateDatepicker to not update display if updated ↵ | Maciej Mroziński | 2012-07-17 | 1 | -0/+3 |
| | | | | instance is not current instance. Fixed #6814 - datepicker('setDate') incorrectly overwrites current display with two datepickers. | ||||
* | Sortable: Reset fromOutside property when canceling helper removal. Fixes ↵ | Baoju Yuan | 2012-07-16 | 1 | -0/+2 |
| | | | | #8430 - draggable with sortable makes sortable event receive triggered wrong. | ||||
* | Menu: Remove unnecessary click delay and change focus delay for AT to the ↵ | kborchers | 2012-07-13 | 1 | -7/+5 |
| | | | | default delay | ||||
* | Menu: Fix issue with missing active item when clicking a menu item more than ↵ | kborchers | 2012-07-12 | 1 | -1/+2 |
| | | | | once | ||||
* | Menu: Add a flag and remove previous attempt to prevent select events from ↵ | kborchers | 2012-07-12 | 1 | -22/+14 |
| | | | | being fired by click events bubbling up through nested menus | ||||
* | Spinner: Introduce icons option to make button icons customizable, mostly ↵ | Jörn Zaefferer | 2012-07-12 | 1 | -2/+6 |
| | | | | for consistency | ||||
* | Menu: Rename icon option to icons.submenu | Jörn Zaefferer | 2012-07-12 | 1 | -2/+4 |
| | |||||
* | Menu: Alphabetize options. | Scott González | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Menu: Remove ability to pass a function as the position option. | Scott González | 2012-07-10 | 1 | -4/+1 |
| | |||||
* | Effects: Work around jQuery 1.6.2 returning undefined for falsy values in ↵ | Scott González | 2012-07-10 | 1 | -2/+12 |
| | | | | .data(). | ||||
* | Menu: Cleanup from 019dcc26e307614681a6dfd0fcd9665548cb6ab6. | Scott González | 2012-07-10 | 1 | -5/+1 |
| | |||||
* | Menu: Expose the submenu indicator icon as an icon option | kborchers | 2012-07-10 | 1 | -1/+3 |
| | |||||
* | Menu: Remove unnecessary returns from expand and collapse | kborchers | 2012-07-10 | 1 | -2/+0 |
| | |||||
* | Menu: Move regular expression creation outside of the loops | kborchers | 2012-07-10 | 1 | -5/+5 |
| |