aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add ↵Michel Weimerskirch2011-11-191-0/+23
| | | | | | Luxembourgish Translation (cherry picked from commit 326bfec626b3039e2d51f53d2d6d2d48cdd78207)
* Selectable: add ui-selectee class to elements matching filter on refresh. ↵Richard D. Worth2011-11-161-0/+1
| | | | | | Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee (cherry picked from commit 97bc2d9de9875e222254cfa1cd3fa3bde605c2ed)
* Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event ↵Scott González2011-11-101-0/+4
| | | | | | target changes under jQuery 1.7. (cherry picked from commit 1b165148a6654f64d572bd4c28ddb2cee5f6a332)
* Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵Gaëtan Muller2011-11-071-5/+5
| | | | | | calculation (cherry picked from commit 124cf3cc6c9bf182563e2fe0663cdde497700f7b)
* Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan ↵Scott González2011-11-011-2/+2
| | | | | | language code. (cherry picked from commit f11dab34cce80f027c74cf604394c05d32c38255)
* Position: Added a check for fraction support in element positions. Fixes ↵kborchers2011-10-261-3/+49
| | | | #7255 - Position: Revisit solution for off-by-1 errors.
* Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ↵Scott González2011-10-251-1/+3
| | | | | | Fixes #7513 - Autocomplete: long text wraps in Firefox. (cherry picked from commit 4cc61b459d73af78dd40f01e3250f2546d9f04bd)
* Button: Create text span in correct document.Scott González2011-10-201-1/+1
| | | | (cherry picked from commit c145f1698aa4bfb8b0d1c94e2bfa83399f1de0f3)
* Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵Scott González2011-10-181-0/+8
| | | | #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.
* Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵Richard D. Worth2011-09-271-10/+9
| | | | | | lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended (cherry picked from commit 228b1b191b4f668a74e7005fc9c8c9250c090aa9)
* Datepicker: Added additional check to checkExternalClick to work when ↵kborchers2011-09-161-15/+14
| | | | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar (cherry picked from commit af76ad1c82625521b94bfc8bf967d9ca4f44da37)
* Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - ↵Richard D. Worth2011-09-131-1/+1
| | | | | | Hungarian translation (cherry picked from commit cedac75bccbfd8eb2b0301fd40fc31a36a9296b1)
* Datepicker i17n hu: Corrected some spellings and abbreviations as well as ↵Richard D. Worth2011-09-131-6/+6
| | | | dateFormat. Fixes #7714 - Hungarian translation
* Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: ↵Scott González2011-09-061-3/+3
| | | | | | Incorrect corners for disconnected elements. (cherry picked from commit 08450c3b2dfa652c7866653af93566c9bfa2f2cb)
* Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵Corey Frang2011-08-201-1/+1
| | | | | | would everywhere, switching back to keydown. (cherry picked from commit dfe75e1b552013c440186645a7a1ae9ec3c757b5)
* Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵Corey Frang2011-08-191-3/+3
| | | | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog (cherry picked from commit 96e5c241e1b26224c53738b590e07290db7a3e54)
* Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on ↵Scott González2011-08-121-2/+2
| | | | a.element.parentsuntil in version 1.8.14.
* Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - ↵Scott González2011-08-121-9/+11
| | | | Draggable: iframeFix always runs with old versions of jQuery.
* Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed ↵Scott González2011-08-101-1/+2
| | | | | | #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8. This reverts commit 86a09aeb332851971bc2b2ce6bbf4d4292b12020.
* Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - ↵Scott González2011-08-091-2/+8
| | | | jQuery.data throws a script error in certain circumstances.
* Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵Karl Kirch2011-08-091-1/+7
| | | | | | Ability to stop datepicker from appearing with beforeShow event handler. (cherry picked from commit d14629735648fb10403e38eac2b764ce6adf56c9)
* Mouse: Work around a bug in IE 8 where disabled inputs don't have a ↵Scott González2011-08-091-1/+3
| | | | | | nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs. (cherry picked from commit 7f812f8be99bf8dc483b84b12432b61a8e3d59cd)
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵Scott González2011-08-091-8/+0
| | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit b8e14e79e5bc630bf459137896c08fc37936f52f.
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵Corey Frang2011-08-031-1/+1
| | | | | | | | | | Button label selector omits quotes / fails for ids with ":" (cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb) Conflicts: ui/jquery.ui.button.js
* Mouse: Changed mouseHandled check to a local var rather than using ↵kborchers2011-08-021-4/+8
| | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE (cherry picked from commit dafc941b3632bb79823a72c36bfae7f1f985ca25)
* Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui ↵Corey Frang2011-08-021-3/+20
| | | | animations will discard any focus state during the animation - Thanks @rubyruy
* Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.Andreas Pelme2011-08-021-2/+2
| | | | | Original commit message from f9996682b5739661c21548f0de3d4c4883c5119d: Dialog: Before handling escape key presses, check if the default action has been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs.
* Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ↵Scott González2011-08-011-15/+0
| | | | | | | - Datepicker Month and Year dropdowns in IE have to click twice. Thanks jdufresne (cherry picked from commit 70687f7955cb2471ad6df3a7806031245e5979cd)
* Revert "Mouse: Changed mouseHandled check to a local var rather than using ↵Scott González2011-08-011-8/+4
| | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE" This reverts commit 7eda94a8c916760de4093df85f58cc694838b52b.
* jQuery 1.6 support.Scott González2011-07-295-13/+15
|
* Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.Scott González2011-07-191-1/+1
|
* Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed ↵Richard D. Worth2011-07-191-1/+1
| | | | | | #7566 - Dutch march name translation (cherry picked from commit 5002bf61855ffe365f759f0b2c484188bfe4e1d6)
* Datepicker: show inline datepicker setting explicit display:block instead of ↵Richard D. Worth2011-07-191-1/+3
| | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height (cherry picked from commit b8af0d1f7505dd5e56319a11bbd14f1e381b36b9)
* Merge pull request #322 from kborchers/bug_5665Corey Frang2011-07-191-1/+10
| | | | Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: Disabled parameter doesn't work(cherry picked from commit 4bdbab9a671c1eaeaea0a2c179b74cde2f84d75e)
* Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵marcneuwirth2011-06-281-0/+8
| | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called (cherry picked from commit effdd5d19c534f8445ebafe4212278c4366b0041)
* Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵marcneuwirth2011-06-281-0/+7
| | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed (cherry picked from commit a56aa861b1deb6d71ec74a77647d12d50570ea57)
* Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: ↵marcneuwirth2011-06-271-2/+1
| | | | _selectDate restores focus to non-object
* Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row ↵kborchers2011-06-161-0/+1
| | | | | | datepicker. (cherry picked from commit ed7802090fc6ec8109d69c91a425adfffb8cff39)
* Datepicker: Calculate the max number of rows necessary when displaying ↵kborchers2011-06-161-1/+7
| | | | | | months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed (cherry picked from commit 1d984e76b79bfeda15eff392e06d8ed0eab72333)
* Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be ↵Scott González2011-06-131-10/+15
| | | | used with jQuery 1.3.2 due to use of .delegate().
* Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo ↵Scott González2011-05-281-1/+1
| | | | 'easding'.
* Droppable: Added dragStart and dragStop to ddmanager and call them from ↵kborchers2011-05-272-0/+18
| | | | | | draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo (cherry picked from commit 67bd872fe1f8c4763d646f4eca852777e6f7a126)
* Mouse: Optimize the cancel locator, works around a bug where ↵Jay Merrifield2011-05-261-1/+1
| | | | | | .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog) (cherry picked from commit 09e88d6220af2f90197c826ac3a31a0ca97f2c8f)
* Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ↵Jeff Remy2011-05-261-3/+31
| | | | | | - Resizable with aspectRatio true & a maxWidth doesn't obey ratio once hit max width. (cherry picked from commit 981e96948f45e5c5c32d005e379a5030c98c3d8d)
* Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still ↵Andrew Powell2011-05-261-0/+1
| | | | | | allow clicks (cherry picked from commit 597a313ab67bc10627d9c17c941776514ea5bd7c)
* Button: modified the event bindings for focus and blur. Fixed #6711 - ↵Glenn Goodrich2011-05-261-7/+9
| | | | | | checkbox/radio button do not show focused state when using Keyboard Navigation (cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579)
* Sortable: Changed to check the parent's length so that the dom position of ↵kborchers2011-05-251-1/+1
| | | | | | the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback. (cherry picked from commit 8e8a7b015f4f5a76c187dfca9af7519ae356bb16)
* There's no guard against unparsed characters at the end of the date string, ↵Jörn Zaefferer2011-05-181-0/+3
| | | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years (cherry picked from commit 92b0f6702a9408f4bd7d71ccca7e0e851d0efc6b)
* Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. ↵Jörn Zaefferer2011-05-181-2/+2
| | | | | | Fixed #3623 - Opening a Modal Dialog shows a horizontal scroll bar (cherry picked from commit 29b36bb4090632aaf306cc44591386c0263c9d27)
* Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh ↵Scott González2011-05-181-7/+5
| | | | | | scope in formResetHandler unintentionally wide. (cherry picked from commit e0fafbb73526f60fdeab3f75532d6a4059d0d82a)