summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1Felix Nagel2012-05-171-28/+27
|
* Upgrade to jQuery 1.6.4Felix Nagel2012-05-176-37/+43
|\
| * 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)
* | removed: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | | | | | older IE
* | Merge pull request #200 from tschettler/selectmenuFelix Nagel2012-01-181-2/+3
|\ \ | | | | | | fixed: IE8 focus issue when initializing with multiple selectmenu function calls
| * | Fix for IE8 focus issue when using duplicate selectmenu functionsTravis Schettler2011-12-081-2/+3
| | |
* | | added: option appendTo (where to append menu element), thx @payahnih, see #155Felix Nagel2012-01-181-1/+2
| | |
* | | removed: option wrapperElement, use widget method instead (see default demo)Felix Nagel2012-01-181-8/+9
| | |
* | | Merge pull request #166 from betalb/patch-1Felix Nagel2012-01-171-2/+3
|\ \ \ | | | | | | | | fixed: make button span so its inline element
| * | | This is proposed fix for #158Виталий2011-09-231-2/+3
| | | |
* | | | fixed: empty option text, thx to @outprove, see #102Felix Nagel2012-01-161-1/+1
| | | |
* | | | fixed: code clean-up and small improvementsFelix Nagel2011-12-281-20/+16
| | | |
* | | | improved: keyboard control and focus / hover handling, thx to @trollix & ↵Felix Nagel2011-12-281-9/+19
| | | | | | | | | | | | | | | | @netcelli, see #122 & #205
* | | | improved: menu height calculation and collision detection, thx to @Cito , ↵Felix Nagel2011-12-281-9/+5
| | | | | | | | | | | | | | | | see #189
* | | | added: feature for html escaping, see #131Felix Nagel2011-12-281-2/+8
| | | |
* | | | mark file as dev versionFelix Nagel2011-11-061-1/+1
| |/ / |/| |
* | | Release version 1.2.0selectmenu_v1.2.0Felix Nagel2011-11-061-2/+2
| | |
* | | some code cleanupFelix Nagel2011-11-061-4/+4
| | |
* | | Merge pull request #181 from thg2k/selectmenu-typeaheadFelix Nagel2011-11-061-53/+76
|\ \ \ | | | | | | | | New sequential typeahead implementation
| * | | New sequential typeahead implementation which supports both prefix matching ↵Giovanni Giacobbi2011-10-181-53/+76
| | | | | | | | | | | | | | | | and first letter cycling. The no longer useful 'typeAhead' option now became the default delay given for the type ahead
* | | | fixed: problem with flickering / jumping (follow-up)Felix Nagel2011-10-271-6/+9
| | | |
* | | | fixed: problem with flickering / jumping (see: #147)Felix Nagel2011-10-241-13/+17
| | | |
* | | | fixed: unneeded close when init widgetFelix Nagel2011-10-241-1/+1
| | | |
* | | | fixed: zIndex when using dialog (new version backport)Felix Nagel2011-10-241-12/+10
| | | |
* | | | improved: label event handling (backport of new version, see #140)Felix Nagel2011-10-201-13/+11
|/ / /
* | | fixed: destroy method (issue with window event), thx to @thg2k, see #177Felix Nagel2011-10-181-4/+4
| | |
* | | fixed: destroy function (window event follow-up)Felix Nagel2011-10-181-2/+1
| | |
* | | id handling (follow-up), thx to @thg2k, see #176Felix Nagel2011-10-181-2/+2
| | |
* | | improved: id handling (follow-up), destroy methodFelix Nagel2011-10-101-9/+9
| | |
* | | fixed: problem with unusual chars in selector, thx to @dominicgambleFelix Nagel2011-10-101-1/+1
| | |
* | | Merge commit '1.8.16' into selectmenuFelix Nagel2011-10-1014-99/+235
|\ \ \ | | |/ | |/|
| * | 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)