aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Update the internal flag for whether or not the dialog is open ↵Scott González2010-02-161-0/+14
| | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true.
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-16171-206/+205
| | | | file renames in 1.8a1
* datepicker: fixes #4443: Datepicker's vertical position in thickbox. This ↵Ca-Phun Ung2010-02-091-0/+37
| | | | also fixes the virtual position when the datepicker is close but not right at the bottom of the page.
* Unit Tests: Added autocomplete and button to list of tests.Scott González2010-02-081-0/+4
| | | | Fixes #5149 - Button is missing on unit test index page.
* resizable method destroy: put unwrapped original element in wrapper's place ↵Richard Worth2010-02-031-0/+31
| | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element
* Fix for #5120 - create menu only once and return that element from the ↵Jörn Zaefferer2010-02-023-10/+11
| | | | widget method, put ui-autocomplete class on menu
* 'ChangedBrant Burnett2010-01-292-3/+23
|
* Datepicker: Fixed conflict between beforeShowDay and getDateKeith Wood2010-01-291-1/+22
| | | | http://forum.jquery.com/topic/several-breaking-changes-in-jquery-ui-1-8rc1
* draggable: implemented #4145 - start,drag and stop events should be preventablePaul Bakaus2010-01-282-3/+76
|
* Fix for #5101 - broken dialog visual test pageJörn Zaefferer2010-01-271-0/+1
|
* autocomplete: adding select element to visual test page for bgiframe testingJörn Zaefferer2010-01-271-0/+6
|
* switched to jQuery 1.4.1Richard Worth2010-01-27187-187/+187
|
* Deprecated beforeclose option instead of removing it for now, fixes reopened ↵Richard Worth2010-01-271-1/+45
| | | | #4669 - Dialog: beforeclose option should be beforeClose.
* button: visual default test, log args when console is availableJörn Zaefferer2010-01-221-0/+1
|
* added class animations (including 1.4 style callbacks) to visual effects ↵Jörn Zaefferer2010-01-212-0/+38
| | | | test page
* button: don't log a click on disabled buttonsJörn Zaefferer2010-01-201-1/+1
|
* Happy New YearRichard Worth2010-01-201-1/+1
|
* eol-style and mime-typeRichard Worth2010-01-2014-677/+677
|
* switched to jQuery 1.4Richard Worth2010-01-20187-187/+187
|
* Nested Plugin visual test: sortable accordion inside sortable tabs.Scott González2010-01-201-0/+107
|
* Nested Plugin visual test: draggable inside accordion inside accordion ↵Scott González2010-01-202-13/+132
| | | | inside tabs inside draggable.
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-191-1/+0
| | | | Fixes #5071 - Remove bgiframe option from all plugins.
* Button: conform to coding standards.Scott González2010-01-181-2/+2
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-7/+7
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Replaced stackfix with bgiframe.Scott González2010-01-1412-12/+12
| | | | Fixes #5061 - Remove stackfix.
* Copied autocomplete from dev branch.Scott González2010-01-1411-0/+498
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-0727-814/+1486
| | | | menu; including menu static tests).
* slider: fixed missing references to mouse pluginRichard Worth2010-01-0139-0/+39
|
* eol-styleRichard Worth2010-01-011-29/+29
|
* added missing reference to position utilityRichard Worth2010-01-011-0/+1
|
* Fixed #4960 - Tabs: wrong selected tab indexRichard Worth2009-12-311-1/+10
|
* Datepicker: added visual test page for #4071Richard Worth2009-12-311-0/+95
|
* Datepicker: Corrected tests for changes in r3494Keith Wood2009-12-261-4/+8
|
* Tabs: fixed to work with empty nav list again.Scott González2009-12-252-2/+47
| | | | Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
* updated unit test for #4031 - Tabs: Remove deselectable optionRichard Worth2009-12-241-16/+0
|
* slider unit tests: added missing reference to jquery.ui.mouse.jsRichard Worth2009-12-241-0/+1
|
* updated unit test for #3991 - Sortable: Remove absolutePosition from ui hashRichard Worth2009-12-241-6/+0
|
* Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ↵Scott González2009-12-231-0/+1
| | | | plugins.
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-2249-0/+49
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-16137-0/+137
|
* Datepicker - Fixed #4870 - yearRange doesn't work as expectedKeith Wood2009-12-011-2/+9
|
* Datepicker - Fixed #4787 - Datepicker: fix animation controlKeith Wood2009-12-012-2/+2
|
* eol-style and mime-typeRichard Worth2009-11-211-31/+31
|
* Slider: added visual test page for #4467Richard Worth2009-11-211-0/+31
|
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-091-0/+46
| | | | Fixes #3096 - Add a paging option for slider
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-0911-151/+71
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* progressbar: enhanced visual testJörn Zaefferer2009-10-201-2/+10
|
* Slider: Fixed animation to respond to keypress as well as mouse click, ↵Richard Worth2009-10-121-3/+42
| | | | | | | animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option. Fixes #4432 - Allow animation when programmatically changing slider value Fixes #4659 - Allow slider to animate if slider value is set programatically
* update to latest QUnitJörn Zaefferer2009-09-2916-16/+16
|
* dialog: added a visual test page for the buttons optionRichard Worth2009-09-251-0/+34
|