aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will ↵Richard D. Worth2010-04-021-0/+2
| | | | run remaining tests
* Align slider value to step. Fixes #5471 - value not aligned to step when set ↵Richard D. Worth2010-04-011-4/+37
| | | | programatically
* Tuning disabled testsuites to run with ?draggable that TestSwarm addsjzaefferer2010-04-015-5/+5
|
* Disabling interaction testsuites until we get to their rewrites; required to ↵jzaefferer2010-04-015-0/+15
| | | | get 100% passing on TestSwarm now
* Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵jzaefferer2010-03-311-1/+1
| | | | handler
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-272-0/+22
|\
| * Position: Use parseInt() to prevent fractional pixel values.Scott González2010-03-262-0/+22
| | | | | | | | Fixes #5280 - ui.position generates different position in static context.
* | Accordion unit tets: Replacing destory method test with autocomplete/button ↵jzaefferer2010-03-272-46/+36
| | | | | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough
* | Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-272-3/+2
| | | | | | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
* | Accordion unit tests: Further normalization of styles to get consistent ↵jzaefferer2010-03-272-5/+4
| | | | | | | | results across browsers
* | Slider: Removing the placeholder for the animate-option, as we generally ↵jzaefferer2010-03-271-4/+0
| | | | | | | | don't try to unit-test any animations
* | Slider: Test for test-option, setting the value with the value-method; ↵jzaefferer2010-03-271-1/+11
| | | | | | | | either test is wrong or the implementation ignores the step-option when set programmatically
* | Slider tests: Split three different change-event tests into three tests, ↵jzaefferer2010-03-271-25/+33
|/ | | | adding start, slide and stop assertions to each, removing placeholders for those other events
* Core unit tests: Include testsuite.js for the testswarm includejzaefferer2010-03-251-0/+1
|
* Update testswarm url for new serverjzaefferer2010-03-231-1/+1
|
* debug commentJörn Zaefferer2010-03-201-0/+3
|
* Fixed broken encoding of PrécJörn Zaefferer2010-03-201-1/+1
|
* core focus-test, call start() after running assertionsJörn Zaefferer2010-03-201-1/+1
|
* replaced pearl with perlJörn Zaefferer2010-03-203-3/+3
|
* normalize margin/padding on test markup to get reliable height resultsJörn Zaefferer2010-03-202-3/+5
|
* global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymoreJörn Zaefferer2010-03-201-3/+0
|
* Slider: fixed change event to be triggered by keyup and value and values ↵Richard Worth2010-03-171-2/+2
| | | | option setters. Fixes #5367 - slider change event not triggered by keypress
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+23
|
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+56
|
* 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.