summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-54/+0
| | | | (cherry picked from commit 54016b8469345a325e8c1ab6f8a7d17b0f0f8d01)
* 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)
* Mouse visual test: Bump jQuery version.Scott González2011-03-071-2/+2
| | | | (cherry picked from commit d7979a8b7150ac36f6f57ad0c18c49a46965797c)
* Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed ↵awgy2011-03-071-0/+67
| | | | after drag in Gecko(cherry picked from commit cf0649ed6abcee7045308a8cdbe9123259fa064a)
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-02197-197/+197
|
* 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.
* Updated copyright year.Scott González2011-01-171-1/+1
|
* 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
|
* Progressbar: Added max option. Fixes #6681 - Progressbar: add max option.Marian Rudzynski2010-11-223-1/+23
|
* Datepicker: changed setDate not to modify the passed date argument. Fixes ↵pheiberg2010-11-221-0/+4
| | | | #6671 - setDate manipulates its argument
* Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-194-0/+0
|
* Datepicker: Fixed parsing of single y character for date formats. Fixes ↵pheiberg2010-11-181-5/+7
| | | | #6659 - Datepicker: Date format ymmdd not parsed correctly.
* Buttonset: Added items option and removed visible filter for adding rounded ↵Scott González2010-11-121-7/+15
| | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements.
* Upgraded jQuery to 1.4.4.Scott González2010-11-12197-197/+197
|
* Dialog: Make sure the overlay instance still exists before trying to remove ↵Jay Merrifield2010-11-121-1/+11
| | | | it. Fixes #6645 - Dialog: Missing element not found check in overlay code.
* Mouse: tie the preventClickEvent property to the event target, not the ↵awgy2010-11-092-0/+45
| | | | container. Fixes #4752 - link event firing on sortable with connect list
* Datpicker: Fixed some failing tests.Scott González2010-11-052-7/+7
|
* Autocomplete: Trigger close after hiding the menu. Fixes #6227 - ↵Scott González2010-10-261-1/+1
| | | | Autocomplete: Don't trigger close event until after the menu is hidden.
* Upgraded jQuery to 1.4.3.Scott González2010-10-21197-197/+197
|
* Autocomplete tests: Removed reference to non-existent menu plugin.Scott González2010-10-211-1/+0
|
* External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵Scott González2010-10-1913-13/+13
| | | | in IE9 because of bgiframe.
* Widget: Added ability to define how to find options on init. Fixes #6158 - ↵Scott González2010-10-061-0/+26
| | | | Widget: Ability to define new methods for gathering options on init.
* Tab: modified init to display correct content of misordered div when hash ↵jenters2010-10-042-1/+45
| | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵John Firebaugh2010-10-041-0/+17
| | | | causes form elements to reset on IE7.
* Revert "Dialog: Don't change DOM position on open. Fixes #6137 - ↵Scott González2010-10-041-17/+0
| | | | | | | | dialog('open') causes form elements to reset on IE7." This reverts commit 67b1db14c964418ce8b1fd760d54761040cc32af. Reverting so I can commit again with the proper author.
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵Scott González2010-10-041-0/+17
| | | | causes form elements to reset on IE7.
* Widget: Added create event. Fixes #6126 - Widget: Add create event.Scott González2010-09-291-10/+14
|
* Widget: Added _setOptions method for handling normalized options setting. ↵Scott González2010-09-271-1/+24
| | | | Fixes #6114 - Widget: Add _setOptions() method.
* Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at ↵Scott González2010-09-271-0/+21
| | | | the end.
* Autocomplete: Only prevent the default action for enter when a menu item is ↵Scott González2010-09-271-2/+31
| | | | | | active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive. Thanks Ján Suchal.
* Dialog tests: Enabling in TestSwarm.Scott González2010-09-072-18/+0
|
* Dialog: Fixed test for default title. Some browsers were returning an actual ↵Scott González2010-09-071-1/+3
| | | | non-breaking space and some were returning the string " ".
* Dialog: Reduced size of dialogs in height/width tests.Scott González2010-09-071-16/+16
|
* Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵Scott González2010-09-032-1/+12
| | | | remote tabs does not support foreign languages.
* Position: Added visual test for flipping with margin and box-shadow.Scott González2010-09-031-0/+43
|
* Position: Take margin into account when performing collisions. Fixes #5766 - ↵Ben Hollis2010-09-031-0/+52
| | | | position: collision should take margin into account.
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵Scott González2010-09-032-1/+70
| | | | Widget: auto-destroy is broken in jQuery 1.4.