Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed: unit test | Felix Nagel | 2012-10-03 | 1 | -4/+0 |
| | |||||
* | removed: unneeded files | Felix Nagel | 2012-10-03 | 179 | -15147/+0 |
| | |||||
* | Merge commit '1.8.24' into selectmenu | Felix Nagel | 2012-10-03 | 187 | -0/+43334 |
|\ | |||||
| * | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 186 | -184/+18925 |
| | | |||||
| * | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 185 | -184/+9411 |
| | | |||||
* | | Fixed formatting | Aeron Glemann | 2012-08-10 | 1 | -0/+1 |
| | | |||||
* | | https://github.com/fnagel/jquery-ui/issues/241 | Aeron Glemann | 2012-08-10 | 3 | -126/+129 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | task: make selectmenu easier to download/extract/use, see #172 | Felix Nagel | 2012-07-12 | 316 | -159884/+0 |
| | | |||||
* | | fixed: "focus" doesn't bubble, see #241 | Aeron Glemann | 2012-07-11 | 3 | -0/+125 |
|/ | |||||
* | Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵ | TJ VanToll | 2012-04-19 | 1 | -0/+9 |
| | | | | | | dialog does not disable resizables on the page. (cherry picked from commit 6150abae49f77a3b2f67c39a3c60a06792b4de8f) | ||||
* | Autocomplete: Don't invoke a search from arrow keys when the element can ↵ | meh-cfl | 2012-04-07 | 2 | -0/+64 |
| | | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete. | ||||
* | Autocomplete: Move race condition logic from ajax requests to general ↵ | Scott González | 2012-04-03 | 1 | -1/+30 |
| | | | | | | | | | | | 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 | ||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 185 | -184/+9588 |
| | |||||
* | Updated copyright year. | Scott González | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Simulate: Define getters for pageX and pageY in mouse events if they come ↵ | Scott González | 2012-01-12 | 1 | -1/+25 |
| | | | | | | through as 0. Fixes #7324 - simulate mouse events broken for IE 9. (cherry picked from commit e2d9b02c56ee92fa92913b451598b59a385db609) | ||||
* | Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - ↵ | Richard D. Worth | 2012-01-12 | 1 | -1/+1 |
| | | | | | | Safari: jQuery.simulate() doesn't set "which" field for key events (cherry picked from commit b90d83c6c4e3f5e328d5557aa35ce9fbded6fd0f) | ||||
* | Tests (Simulate): Make the blur event async to deal with IE's native blur ↵ | Scott González | 2012-01-12 | 1 | -11/+16 |
| | | | | | | being async. (cherry picked from commit 183d6a00df531b13c638944796b5bc52ca19ecb4) | ||||
* | Tests (Simulate): Added focus and blur support. | Scott González | 2012-01-12 | 1 | -0/+49 |
| | | | | | | | | | (cherry picked from commit e31adf039b4adb07b8878435beceaae1a6532d47) Conflicts: tests/unit/autocomplete/autocomplete_events.js tests/unit/tooltip/tooltip_events.js | ||||
* | Tests (Simulate): Whitespace cleanup. | Scott González | 2012-01-12 | 1 | -70/+99 |
| | | | | (cherry picked from commit 79105eeb5649ad650073d5603d9d50759e979e99) | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 185 | -184/+9450 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 186 | -185/+9485 |
| | |||||
* | Position: Added a check for fraction support in element positions. Fixes ↵ | kborchers | 2011-10-26 | 1 | -17/+17 |
| | | | | #7255 - Position: Revisit solution for off-by-1 errors. | ||||
* | Default to jQuery 1.6.4 for tests. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Sortable tests: Commented out assertions that don't make sense. | Scott González | 2011-10-18 | 1 | -4/+4 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 185 | -183/+18273 |
| | |||||
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵ | Corey Frang | 2011-08-20 | 1 | -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 Frang | 2011-08-19 | 1 | -1/+30 |
| | | | | | | 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) | ||||
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵ | Karl Kirch | 2011-08-09 | 1 | -0/+33 |
| | | | | | | Ability to stop datepicker from appearing with beforeShow event handler. (cherry picked from commit d14629735648fb10403e38eac2b764ce6adf56c9) | ||||
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 1 | -10/+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 Frang | 2011-08-03 | 1 | -0/+6 |
| | | | | | | | | | | Button label selector omits quotes / fails for ids with ":" (cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb) Conflicts: ui/jquery.ui.button.js | ||||
* | Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable. | Andreas Pelme | 2011-08-02 | 1 | -0/+25 |
| | | | | | 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. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-08-01 | 184 | -184/+184 |
| | |||||
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 10 | -38/+26794 |
| | |||||
* | Tests: Added ability to run tests against different versions of jQuery core. | Scott González | 2011-07-28 | 27 | -19/+61676 |
| | |||||
* | Tests: Delete everything that fails. | Scott González | 2011-07-28 | 13 | -835/+6 |
| | |||||
* | Tests: Deleted failing widget tests. | Scott González | 2011-07-28 | 8 | -122/+6 |
| | |||||
* | Accordion tests: Fixed fixture id. | Scott González | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Added compound test suite and updated QUnit. | Scott González | 2011-07-28 | 18 | -16/+137 |
| | |||||
* | Datepicker: show inline datepicker setting explicit display:block instead of ↵ | Richard D. Worth | 2011-07-19 | 1 | -0/+23 |
| | | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height (cherry picked from commit b8af0d1f7505dd5e56319a11bbd14f1e381b36b9) | ||||
* | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+10 |
| | | | | | | 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 ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+5 |
| | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed (cherry picked from commit a56aa861b1deb6d71ec74a77647d12d50570ea57) | ||||
* | Button: modified the event bindings for focus and blur. Fixed #6711 - ↵ | Glenn Goodrich | 2011-05-26 | 1 | -0/+8 |
| | | | | | | checkbox/radio button do not show focused state when using Keyboard Navigation (cherry picked from commit c49dbe0f0120dec9922d5cb6459a93d33ef41579) | ||||
* | Simulate: account for document scroll in findCenter function. Fixes #6859 - ↵ | Richard D. Worth | 2011-05-26 | 1 | -3/+3 |
| | | | | | | Jquery.Simulate drag behaves incorrect when container scrolled (cherry picked from commit de3fc0050ee672ce155f0dd65ee9ecdfd818c063) | ||||
* | There's no guard against unparsed characters at the end of the date string, ↵ | Jörn Zaefferer | 2011-05-18 | 1 | -0/+9 |
| | | | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years (cherry picked from commit 92b0f6702a9408f4bd7d71ccca7e0e851d0efc6b) | ||||
* | Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵ | Kato Kazuyoshi | 2011-05-18 | 2 | -0/+6 |
| | | | | | | onClose event not triggered. (cherry picked from commit 2063a113d6dbae006413896a93d46a34ebc9b155) | ||||
* | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵ | Jay Merrifield | 2011-05-16 | 1 | -0/+5 |
| | | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time. (cherry picked from commit 41205cef4b23749592c832605452af6575970623) | ||||
* | Button: Added rtl detection so corner classes would properly be applied to ↵ | Doug Neiner | 2011-05-12 | 1 | -0/+14 |
| | | | | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl (cherry picked from commit 50a4186ef949ecaf7ab4977048160820587218d2) | ||||
* | Datepicker: Disabled datepicker should disable own select element too. Fixed ↵ | Kato Kazuyoshi | 2011-05-11 | 1 | -1/+4 |
| | | | | | | #6850 - Disable datepicker should disable month and year dropdowns. (cherry picked from commit 4585182c703ba93e0cbb059319862c53e177f836) | ||||
* | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed ↵ | Kato Kazuyoshi | 2011-05-04 | 1 | -0/+8 |
| | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths. (cherry picked from commit fc97ccd398b60525fd9e4c0e9aa1f51048984394) | ||||
* | Datepicker: Greedy matching in month name. Fixed #7062 - ↵ | Kato Kazuyoshi | 2011-05-04 | 2 | -0/+5 |
| | | | | | | $.datepicker.parseDate does not work for some locale date strings. (cherry picked from commit a891e81e06c7ce491ae9058aea2fa7fbd51eddb6) |