| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Updated jquery.simulate.js to latest
Fixed broken path in tests/jquery.js
Updated test to not use jquery.simulate for keypress (simulate was failing, not the test)
Fixed #241 in jquery.ui.selectmenu.js
Added the option object as optional parameter to formatText
|
| |
|
| |
|
|
|
|
|
|
| |
dialog does not disable resizables on the page.
(cherry picked from commit 6150abae49f77a3b2f67c39a3c60a06792b4de8f)
|
|
|
|
| |
have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
|
|
|
|
|
|
|
|
|
|
|
| |
response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources.
(cherry picked from commit 96f9c84b7b2149c6b93ac226a52065652f218e1e)
Conflicts:
tests/unit/autocomplete/autocomplete_core.js
ui/jquery.ui.autocomplete.js
|
| |
|
| |
|
| |
|
|
|
|
| |
#7255 - Position: Revisit solution for off-by-1 errors.
|
| |
|
| |
|
|
|
|
|
|
| |
would everywhere, switching back to keydown.
(cherry picked from commit dfe75e1b552013c440186645a7a1ae9ec3c757b5)
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Ability to stop datepicker from appearing with beforeShow event handler.
(cherry picked from commit d14629735648fb10403e38eac2b764ce6adf56c9)
|
|
|
|
|
|
| |
onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called"
This reverts commit b8e14e79e5bc630bf459137896c08fc37936f52f.
|
|
|
|
|
|
|
|
|
|
| |
Button label selector omits quotes / fails for ids with ":"
(cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb)
Conflicts:
ui/jquery.ui.button.js
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called
(cherry picked from commit effdd5d19c534f8445ebafe4212278c4366b0041)
|
|
|
|
|
|
| |
button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed
(cherry picked from commit a56aa861b1deb6d71ec74a77647d12d50570ea57)
|
|
|
|
|
|
| |
checkbox/radio button do not show focused state when using Keyboard Navigation
(cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579)
|
|
|
|
|
|
|
| |
any extra characters are just ignored
Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years
(cherry picked from commit 92b0f6702a9408f4bd7d71ccca7e0e851d0efc6b)
|
|
|
|
|
|
| |
onClose event not triggered.
(cherry picked from commit 2063a113d6dbae006413896a93d46a34ebc9b155)
|
|
|
|
|
|
| |
Datepicker: Incorrect value for "oo" during Daylight Saving Time.
(cherry picked from commit 41205cef4b23749592c832605452af6575970623)
|
|
|
|
|
|
| |
buttonsets. Fixed #6796. jQueryui - buttonset on rtl
(cherry picked from commit 50a4186ef949ecaf7ab4977048160820587218d2)
|
|
|
|
|
|
| |
#6850 - Disable datepicker should disable month and year dropdowns.
(cherry picked from commit 4585182c703ba93e0cbb059319862c53e177f836)
|
|
|
|
|
|
| |
#6704 - Display overflow when multiple datepickers have different numberOfMonths.
(cherry picked from commit fc97ccd398b60525fd9e4c0e9aa1f51048984394)
|
|
|
|
|
|
| |
$.datepicker.parseDate does not work for some locale date strings.
(cherry picked from commit a891e81e06c7ce491ae9058aea2fa7fbd51eddb6)
|
|
|
|
|
|
| |
value is at 0%
(cherry picked from commit 7272f3bdef8ebc81cc51d3749fdeb4696eda666a)
|
|
|
|
|
|
| |
Slider: value and values methods as setters aren't chainable.
(cherry picked from commit 2197c61f1f91a7b5046fb994d370f38ded602ee6)
|
|
|
|
| |
instead of ui-state-focus. Also corrected name and argument order of equal() call
|
|
|
|
| |
(cherry picked from commit c1a0f2bf6c7155e73e373818c44b06dcbe18c847)
|
|
|
|
|
|
| |
Add option to automatically highlight the first result
(cherry picked from commit 56b7ec134d8e1203f700f99dabcdad8c50a9b0c2)
|
|
|
|
| |
Autocomplete: Add option to automatically highlight the first result
|
|
|
|
| |
Fixed #7078 - Accordion: Set aria-selected
|
|
|
|
|
|
| |
button creation that requires a matching label does not find label in all cases
(cherry picked from commit 0b30a1d450f6b7d529732d6a39c5f4057efaaaf4)
|
| |
|
|
|
|
|
|
| |
add unit test. Fixed #6976 - datepicker creates extra dom element with empty object
(cherry picked from commit 5c3dc7d48ae501bd52476bfc45905130577d52c9)
|
|
|
|
| |
shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly.
|
|
|
|
|
|
| |
_position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError.
This should be reverted in jQuery UI 1.9.
|
|
|
|
| |
global selectors instead of local to "this.element" element.
|
| |
|