Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | 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) | ||||
* | Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid. | Richard Worth | 2011-04-07 | 1 | -54/+0 |
| | | | | (cherry picked from commit 54016b8469345a325e8c1ab6f8a7d17b0f0f8d01) | ||||
* | 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) | ||||
* | Mouse visual test: Bump jQuery version. | Scott González | 2011-03-07 | 1 | -2/+2 |
| | | | | (cherry picked from commit d7979a8b7150ac36f6f57ad0c18c49a46965797c) | ||||
* | Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed ↵ | awgy | 2011-03-07 | 1 | -0/+67 |
| | | | | after drag in Gecko(cherry picked from commit cf0649ed6abcee7045308a8cdbe9123259fa064a) | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 197 | -197/+197 |
| | |||||
* | 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. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -0/+0 |
| | |||||
* | Datepicker: Fixed parsing of single y character for date formats. Fixes ↵ | pheiberg | 2010-11-18 | 1 | -5/+7 |
| | | | | #6659 - Datepicker: Date format ymmdd not parsed correctly. | ||||
* | Buttonset: Added items option and removed visible filter for adding rounded ↵ | Scott González | 2010-11-12 | 1 | -7/+15 |
| | | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements. | ||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 197 | -197/+197 |
| |