Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resizable visual test: changed alsoResize child test to have ↵ | Richard Worth | 2010-03-12 | 1 | -0/+2 |
| | | | | position:absolute parent and position:relative child. This is the source of the dialog issue #5323 - dialog content shifts when dialog resized from top or left | ||||
* | resizable: added visual test for alsoResize with child element | Richard Worth | 2010-03-12 | 1 | -0/+45 |
| | |||||
* | Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵ | Richard Worth | 2010-03-11 | 1 | -0/+57 |
| | | | | input "change" event | ||||
* | button visual tests: minor cleanup of 5254 visual test (removed unused ↵ | Richard Worth | 2010-03-11 | 2 | -4/+24 |
| | | | | metadata plugin reference), added button input type checkbox visual test | ||||
* | Checkbox must not be all the way hidden for change to fire in IE. Switched ↵ | Richard Worth | 2010-03-11 | 1 | -0/+41 |
| | | | | out .hide() for ui-helper-hidden-accessible class instead. Fixes #5261 - button change events don't fire in IE 7/8 | ||||
* | button: added visual test for #5254 - Input, button and anchor buttons ↵ | Richard Worth | 2010-03-04 | 1 | -0/+58 |
| | | | | aren't consistent in IE7 | ||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -1/+4 |
| | | | | | | | 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. | ||||
* | Visual testcase for #4231 | Jörn Zaefferer | 2010-02-24 | 1 | -0/+79 |
| | |||||
* | Dialog: Changed height measurement to hide content because IE quirks mode ↵ | Brant Burnett | 2010-02-22 | 1 | -0/+39 |
| | | | | ignores height: 0 (Fixed #4350 No Scrollbars in IE in Quirksmode) | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 134 | -134/+134 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 132 | -135/+134 |
| | | | | file renames in 1.8a1 | ||||
* | datepicker: fixes #4443: Datepicker's vertical position in thickbox. This ↵ | Ca-Phun Ung | 2010-02-09 | 1 | -0/+37 |
| | | | | also fixes the virtual position when the datepicker is close but not right at the bottom of the page. | ||||
* | resizable method destroy: put unwrapped original element in wrapper's place ↵ | Richard Worth | 2010-02-03 | 1 | -0/+31 |
| | | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element | ||||
* | Fix for #5101 - broken dialog visual test page | Jörn Zaefferer | 2010-01-27 | 1 | -0/+1 |
| | |||||
* | autocomplete: adding select element to visual test page for bgiframe testing | Jörn Zaefferer | 2010-01-27 | 1 | -0/+6 |
| | |||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 132 | -132/+132 |
| | |||||
* | button: visual default test, log args when console is available | Jörn Zaefferer | 2010-01-22 | 1 | -0/+1 |
| | |||||
* | added class animations (including 1.4 style callbacks) to visual effects ↵ | Jörn Zaefferer | 2010-01-21 | 2 | -0/+38 |
| | | | | test page | ||||
* | button: don't log a click on disabled buttons | Jörn Zaefferer | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 132 | -132/+132 |
| | |||||
* | Nested Plugin visual test: sortable accordion inside sortable tabs. | Scott González | 2010-01-20 | 1 | -0/+107 |
| | |||||
* | Nested Plugin visual test: draggable inside accordion inside accordion ↵ | Scott González | 2010-01-20 | 2 | -13/+132 |
| | | | | inside tabs inside draggable. | ||||
* | Replaced stackfix with bgiframe. | Scott González | 2010-01-14 | 10 | -10/+10 |
| | | | | Fixes #5061 - Remove stackfix. | ||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+70 |
| | |||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 8 | -230/+368 |
| | | | | menu; including menu static tests). | ||||
* | slider: fixed missing references to mouse plugin | Richard Worth | 2010-01-01 | 39 | -0/+39 |
| | |||||
* | added missing reference to position utility | Richard Worth | 2010-01-01 | 1 | -0/+1 |
| | |||||
* | Datepicker: added visual test page for #4071 | Richard Worth | 2009-12-31 | 1 | -0/+95 |
| | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 41 | -0/+41 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 121 | -0/+121 |
| | |||||
* | eol-style and mime-type | Richard Worth | 2009-11-21 | 1 | -31/+31 |
| | |||||
* | Slider: added visual test page for #4467 | Richard Worth | 2009-11-21 | 1 | -0/+31 |
| | |||||
* | progressbar: enhanced visual test | Jörn Zaefferer | 2009-10-20 | 1 | -2/+10 |
| | |||||
* | Slider: Fixed animation to respond to keypress as well as mouse click, ↵ | Richard Worth | 2009-10-12 | 1 | -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 | ||||
* | dialog: added a visual test page for the buttons option | Richard Worth | 2009-09-25 | 1 | -0/+34 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 124 | -317/+317 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | dialog: added visual test for ticket #4826 - Setting resizable false toggles ↵ | Ca-Phun Ung | 2009-09-15 | 1 | -0/+42 |
| | | | | resizable on dialog | ||||
* | dialog visual tests: added position and stackfix | Richard Worth | 2009-08-12 | 8 | -8/+24 |
| | |||||
* | accordion: Fix for #4695 | Jörn Zaefferer | 2009-08-11 | 1 | -3/+3 |
| | |||||
* | accordion: fix for #4436 | Jörn Zaefferer | 2009-08-11 | 1 | -0/+50 |
| | |||||
* | slider option visual tests | Richard Worth | 2009-08-08 | 21 | -0/+490 |
| | |||||
* | accordion: visual testcase and fix for #4444; probably fixes a few other ↵ | Jörn Zaefferer | 2009-08-06 | 1 | -0/+49 |
| | | | | issues, too, eg. less flickering | ||||
* | accordion: visual testcase for #4322, improved the browser default stylings ↵ | Jörn Zaefferer | 2009-08-06 | 1 | -0/+3 |
| | | | | for a better comparsion | ||||
* | accordion: visual testcase for #4322 | Jörn Zaefferer | 2009-08-06 | 1 | -0/+70 |
| | |||||
* | visual test : Accordion option navigation true - added a note about needing ↵ | Richard Worth | 2009-08-05 | 1 | -0/+8 |
| | | | | to refresh the page after clicking a navigation link. | ||||
* | eol-style and mime-type | Richard Worth | 2009-08-05 | 1 | -37/+37 |
| | |||||
* | Accordion visual test: option navigation true | Richard Worth | 2009-08-05 | 1 | -0/+37 |
| | |||||
* | Datepicker in dialog compound demo: Initialize datepicker before dialog opens. | Scott González | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | reverted r2948 - error is not in the test but in dialog itself. | Ca-Phun Ung | 2009-07-20 | 1 | -6/+2 |
| | |||||
* | fixed error in datepicker dialog compound test | Ca-Phun Ung | 2009-07-20 | 1 | -2/+6 |
| |