aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* whitespaceRichard Worth2010-03-171-10/+10
|
* slider unit tests: corrected some hasClass callsRichard Worth2010-03-171-8/+8
|
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-171-1/+1
| | | | one word
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-1218-18/+36
|
* dialog: corrected typo in ui.position property for drag events. Updated unit ↵Richard Worth2010-03-111-18/+42
| | | | tests tracking fix of #5291
* Button: Fixed tests that check for hidden button elements.Scott González2010-03-111-3/+3
|
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-115-5/+25
| | | | Fixes #5271.
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-2525-464/+214
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Externals: updated jquery.cookie plugin to ↵Richard Worth2010-02-245-5/+5
| | | | http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d
* Buttons: Removed the logic for triggering click events on checkboxes and ↵Scott González2010-02-181-9/+0
| | | | | | radio buttons. This logic was actually causing the opposite functionality from what we wanted. Fixes #5195 - .buttonset() prevents change event from being catchable.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-1620-20/+20
|
* 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-164-4/+4
| | | | file renames in 1.8a1
* 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.
* 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
|
* switched to jQuery 1.4.1Richard Worth2010-01-2720-20/+20
|
* Deprecated beforeclose option instead of removing it for now, fixes reopened ↵Richard Worth2010-01-271-1/+45
| | | | #4669 - Dialog: beforeclose option should be beforeClose.
* eol-style and mime-typeRichard Worth2010-01-2014-677/+677
|
* switched to jQuery 1.4Richard Worth2010-01-2020-20/+20
|
* 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-142-2/+2
| | | | Fixes #5061 - Remove stackfix.
* Copied autocomplete from dev branch.Scott González2010-01-1410-0/+428
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-0716-434/+801
| | | | menu; including menu static tests).
* eol-styleRichard Worth2010-01-011-29/+29
|
* Fixed #4960 - Tabs: wrong selected tab indexRichard Worth2009-12-311-1/+10
|
* 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-228-0/+8
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-1616-0/+16
|
* 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
|
* 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.
* update to latest QUnitJörn Zaefferer2009-09-2916-16/+16
|
* slider unit tests: method valueRichard Worth2009-09-191-1/+25
|
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-2/+14
|
* dialog: fixed _position regression; wrote a test for the default positon, ↵Jörn Zaefferer2009-09-191-1/+10
| | | | which still needs some tuning
* datepicker: removing odd ticket test, has no assertionsJörn Zaefferer2009-09-191-14/+0
|
* datepicker: renabling tests, with timeouts inbetween each test, hopefully ↵Jörn Zaefferer2009-09-195-11/+24
| | | | avoids to kill testswarm clients with slow-script warnings
* dialog unit tests: options closeOnEscape, draggableRichard Worth2009-09-192-8/+24
|
* dialog unit tests: methods close, moveToTop, openRichard Worth2009-09-191-5/+22
|