summaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* Fixed formattingAeron Glemann2012-08-101-0/+1
|
* https://github.com/fnagel/jquery-ui/issues/241Aeron Glemann2012-08-101-2/+4
| | | | | | | | 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 #172Felix Nagel2012-07-12109-9968/+0
|
* fixed: "focus" doesn't bubble, see #241Aeron Glemann2012-07-113-0/+125
|
* Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵TJ VanToll2012-04-191-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-cfl2012-04-072-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ález2012-04-031-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ález2012-03-223-3/+3
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-223-3/+3
|
* Upgrade jQuery to 1.7.Scott González2011-11-094-4/+4
|
* Position: Added a check for fraction support in element positions. Fixes ↵kborchers2011-10-261-17/+17
| | | | #7255 - Position: Revisit solution for off-by-1 errors.
* Sortable tests: Commented out assertions that don't make sense.Scott González2011-10-181-4/+4
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-183-3/+3
|
* 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-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 Kirch2011-08-091-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ález2011-08-091-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 Frang2011-08-031-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 Pelme2011-08-021-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ález2011-08-013-3/+3
|
* jQuery 1.6 support.Scott González2011-07-296-37/+11
|
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-2817-19/+29
|
* Tests: Delete everything that fails.Scott González2011-07-2813-835/+6
|
* Tests: Deleted failing widget tests.Scott González2011-07-288-122/+6
|
* Accordion tests: Fixed fixture id.Scott González2011-07-281-1/+1
|
* Added compound test suite and updated QUnit.Scott González2011-07-2818-16/+137
|
* Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵marcneuwirth2011-06-281-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 ↵marcneuwirth2011-06-281-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 Goodrich2011-05-261-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 Zaefferer2011-05-181-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 Kazuyoshi2011-05-182-0/+6
| | | | | | onClose event not triggered. (cherry picked from commit 2063a113d6dbae006413896a93d46a34ebc9b155)
* Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵Jay Merrifield2011-05-161-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 Neiner2011-05-121-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 Kazuyoshi2011-05-111-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 Kazuyoshi2011-05-041-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 Kazuyoshi2011-05-042-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 Worth2011-04-091-0/+17
| | | | | | value is at 0% (cherry picked from commit 7272f3bdef8ebc81cc51d3749fdeb4696eda666a)
* Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵Scott González2011-03-281-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 Worth2011-03-151-1/+1
| | | | instead of ui-state-focus. Also corrected name and argument order of equal() call
* Autocomplete: refactored unit tests for autoFocus optionRichard Worth2011-03-151-14/+8
| | | | (cherry picked from commit c1a0f2bf6c7155e73e373818c44b06dcbe18c847)
* Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵Richard Worth2011-03-151-0/+27
| | | | | | Add option to automatically highlight the first result (cherry picked from commit 56b7ec134d8e1203f700f99dabcdad8c50a9b0c2)
* Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵Richard Worth2011-03-151-0/+1
| | | | Autocomplete: Add option to automatically highlight the first result
* Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-151-1/+5
| | | | Fixed #7078 - Accordion: Set aria-selected
* Button: find associated label even without common ancestor. Fixes #7092 - ↵ddstreet2011-03-111-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.1Richard Worth2011-03-0218-18/+18
|
* Datepicker: prevent datepicker initialization on empty jquery collection and ↵Dan Heberden2011-02-151-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 Peters2011-01-181-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ález2010-12-081-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 ↵saks2010-12-071-0/+21
| | | | global selectors instead of local to "this.element" element.
* Dialog position tests: Use Math.round() instead of Math.floor().Scott González2010-12-031-4/+4
|