Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will ↵ | Richard D. Worth | 2010-04-02 | 1 | -0/+2 | |
| | | | | run remaining tests | |||||
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ↵ | Richard D. Worth | 2010-04-01 | 1 | -4/+37 | |
| | | | | programatically | |||||
* | Tuning disabled testsuites to run with ?draggable that TestSwarm adds | jzaefferer | 2010-04-01 | 5 | -5/+5 | |
| | ||||||
* | Disabling interaction testsuites until we get to their rewrites; required to ↵ | jzaefferer | 2010-04-01 | 5 | -0/+15 | |
| | | | | get 100% passing on TestSwarm now | |||||
* | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵ | jzaefferer | 2010-03-31 | 1 | -1/+1 | |
| | | | | handler | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2010-03-27 | 2 | -0/+22 | |
|\ | ||||||
| * | Position: Use parseInt() to prevent fractional pixel values. | Scott González | 2010-03-26 | 2 | -0/+22 | |
| | | | | | | | | Fixes #5280 - ui.position generates different position in static context. | |||||
* | | Accordion unit tets: Replacing destory method test with autocomplete/button ↵ | jzaefferer | 2010-03-27 | 2 | -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 ↵ | jzaefferer | 2010-03-27 | 2 | -3/+2 | |
| | | | | | | | | compare markup, works fine in latest QUnit (escapes all messages correctly) | |||||
* | | Accordion unit tests: Further normalization of styles to get consistent ↵ | jzaefferer | 2010-03-27 | 2 | -5/+4 | |
| | | | | | | | | results across browsers | |||||
* | | Slider: Removing the placeholder for the animate-option, as we generally ↵ | jzaefferer | 2010-03-27 | 1 | -4/+0 | |
| | | | | | | | | don't try to unit-test any animations | |||||
* | | Slider: Test for test-option, setting the value with the value-method; ↵ | jzaefferer | 2010-03-27 | 1 | -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, ↵ | jzaefferer | 2010-03-27 | 1 | -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 include | jzaefferer | 2010-03-25 | 1 | -0/+1 | |
| | ||||||
* | Update testswarm url for new server | jzaefferer | 2010-03-23 | 1 | -1/+1 | |
| | ||||||
* | debug comment | Jörn Zaefferer | 2010-03-20 | 1 | -0/+3 | |
| | ||||||
* | Fixed broken encoding of Préc | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 | |
| | ||||||
* | core focus-test, call start() after running assertions | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 | |
| | ||||||
* | replaced pearl with perl | Jörn Zaefferer | 2010-03-20 | 3 | -3/+3 | |
| | ||||||
* | normalize margin/padding on test markup to get reliable height results | Jörn Zaefferer | 2010-03-20 | 2 | -3/+5 | |
| | ||||||
* | global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymore | Jörn Zaefferer | 2010-03-20 | 1 | -3/+0 | |
| | ||||||
* | Slider: fixed change event to be triggered by keyup and value and values ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 | |
| | | | | option setters. Fixes #5367 - slider change event not triggered by keypress | |||||
* | Slider unit tests: slider event change | Richard Worth | 2010-03-17 | 1 | -1/+23 | |
| | ||||||
* | Slider unit tests: slider event change | Richard Worth | 2010-03-17 | 1 | -1/+56 | |
| | ||||||
* | whitespace | Richard Worth | 2010-03-17 | 1 | -10/+10 | |
| | ||||||
* | slider unit tests: corrected some hasClass calls | Richard Worth | 2010-03-17 | 1 | -8/+8 | |
| | ||||||
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵ | Richard Worth | 2010-03-17 | 1 | -1/+1 | |
| | | | | one word | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 18 | -18/+36 | |
| | ||||||
* | dialog: corrected typo in ui.position property for drag events. Updated unit ↵ | Richard Worth | 2010-03-11 | 1 | -18/+42 | |
| | | | | tests tracking fix of #5291 | |||||
* | Button: Fixed tests that check for hidden button elements. | Scott González | 2010-03-11 | 1 | -3/+3 | |
| | ||||||
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 5 | -5/+25 | |
| | | | | Fixes #5271. | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 25 | -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 Worth | 2010-02-24 | 5 | -5/+5 | |
| | | | | http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d | |||||
* | Buttons: Removed the logic for triggering click events on checkboxes and ↵ | Scott González | 2010-02-18 | 1 | -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.2 | Richard Worth | 2010-02-16 | 20 | -20/+20 | |
| | ||||||
* | Dialog: Update the internal flag for whether or not the dialog is open ↵ | Scott González | 2010-02-16 | 1 | -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 Worth | 2010-02-16 | 4 | -4/+4 | |
| | | | | file renames in 1.8a1 | |||||
* | Unit Tests: Added autocomplete and button to list of tests. | Scott González | 2010-02-08 | 1 | -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 Zaefferer | 2010-02-02 | 3 | -10/+11 | |
| | | | | widget method, put ui-autocomplete class on menu | |||||
* | 'Changed | Brant Burnett | 2010-01-29 | 2 | -3/+23 | |
| | ||||||
* | Datepicker: Fixed conflict between beforeShowDay and getDate | Keith Wood | 2010-01-29 | 1 | -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 preventable | Paul Bakaus | 2010-01-28 | 2 | -3/+76 | |
| | ||||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 20 | -20/+20 | |
| | ||||||
* | Deprecated beforeclose option instead of removing it for now, fixes reopened ↵ | Richard Worth | 2010-01-27 | 1 | -1/+45 | |
| | | | | #4669 - Dialog: beforeclose option should be beforeClose. | |||||
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 14 | -677/+677 | |
| | ||||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 20 | -20/+20 | |
| | ||||||
* | Dialog, position: Removed bgiframe option; always use bgiframe when available. | Scott González | 2010-01-19 | 1 | -1/+0 | |
| | | | | Fixes #5071 - Remove bgiframe option from all plugins. | |||||
* | Button: conform to coding standards. | Scott González | 2010-01-18 | 1 | -2/+2 | |
| | ||||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -7/+7 | |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | |||||
* | Replaced stackfix with bgiframe. | Scott González | 2010-01-14 | 2 | -2/+2 | |
| | | | | Fixes #5061 - Remove stackfix. |