Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 3 | -3/+3 |
| | |||||
* | 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 | 3 | -3/+3 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 3 | -3/+3 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 4 | -4/+4 |
| | |||||
* | 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. | ||||
* | 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 | 3 | -3/+3 |
| | |||||
* | 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 | 3 | -3/+3 |
| | |||||
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 6 | -37/+11 |
| | |||||
* | Tests: Added ability to run tests against different versions of jQuery core. | Scott González | 2011-07-28 | 17 | -19/+29 |
| | |||||
* | 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: 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) | ||||
* | 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) | ||||
* | Progressbar: Added unit test for #7231 - valueDiv should be hidden when ↵ | Richard Worth | 2011-04-09 | 1 | -0/+17 |
| | | | | | | value is at 0% (cherry picked from commit 7272f3bdef8ebc81cc51d3749fdeb4696eda666a) | ||||
* | Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵ | Scott González | 2011-03-28 | 1 | -3/+3 |
| | | | | | | Slider: value and values methods as setters aren't chainable. (cherry picked from commit 2197c61f1f91a7b5046fb994d370f38ded602ee6) | ||||
* | Accordion unit test: corrected autoFocus test to check for ui-state-hover ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 |
| | | | | instead of ui-state-focus. Also corrected name and argument order of equal() call | ||||
* | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 |
| | | | | (cherry picked from commit c1a0f2bf6c7155e73e373818c44b06dcbe18c847) | ||||
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵ | Richard Worth | 2011-03-15 | 1 | -0/+27 |
| | | | | | | Add option to automatically highlight the first result (cherry picked from commit 56b7ec134d8e1203f700f99dabcdad8c50a9b0c2) | ||||
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+1 |
| | | | | Autocomplete: Add option to automatically highlight the first result | ||||
* | Accordion: set aria-selected to true on selected header, false on others. ↵ | Richard Worth | 2011-03-15 | 1 | -1/+5 |
| | | | | Fixed #7078 - Accordion: Set aria-selected | ||||
* | Button: find associated label even without common ancestor. Fixes #7092 - ↵ | ddstreet | 2011-03-11 | 1 | -0/+22 |
| | | | | | | button creation that requires a matching label does not find label in all cases (cherry picked from commit 0b30a1d450f6b7d529732d6a39c5f4057efaaaf4) | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 18 | -18/+18 |
| | |||||
* | Datepicker: prevent datepicker initialization on empty jquery collection and ↵ | Dan Heberden | 2011-02-15 | 1 | -0/+5 |
| | | | | | | add unit test. Fixed #6976 - datepicker creates extra dom element with empty object (cherry picked from commit 5c3dc7d48ae501bd52476bfc45905130577d52c9) | ||||
* | Datepicker: Update parseDate to properly handle a string value in ↵ | Ivan Peters | 2011-01-18 | 1 | -10/+15 |
| | | | | shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly. | ||||
* | Dialog: Moved the default value for the position.of option inside the ↵ | Scott González | 2010-12-08 | 1 | -1/+0 |
| | | | | | | _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. | ||||
* | Tabs: Added context to global selectors. Fixed #6710 - tabs module uses ↵ | saks | 2010-12-07 | 1 | -0/+21 |
| | | | | global selectors instead of local to "this.element" element. | ||||
* | Dialog position tests: Use Math.round() instead of Math.floor(). | Scott González | 2010-12-03 | 1 | -4/+4 |
| | |||||
* | Progressbar: Added max option. Fixes #6681 - Progressbar: add max option. | Marian Rudzynski | 2010-11-22 | 3 | -1/+23 |
| | |||||
* | Datepicker: changed setDate not to modify the passed date argument. Fixes ↵ | pheiberg | 2010-11-22 | 1 | -0/+4 |
| | | | | #6671 - setDate manipulates its argument | ||||
* | Lossless compression of all non-theme images using ImageOptim | Phillip Barnes | 2010-11-19 | 3 | -0/+0 |
| |