Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding a visual testpage for button for profiling | jzaefferer | 2010-03-29 | 1 | -0/+552 |
| | |||||
* | Drilldown menu: First attempt at drilldown animations | jzaefferer | 2010-03-26 | 1 | -3/+27 |
| | |||||
* | Menu prototypes: Renamed newer ones to old names | jzaefferer | 2010-03-26 | 2 | -0/+0 |
| | |||||
* | Menu prototypes: Remove early nested and drilldown prototypes, to be ↵ | jzaefferer | 2010-03-26 | 2 | -489/+0 |
| | | | | replaced with nested2/drilldown2 | ||||
* | Drilldown menu: Fixing type-to-search, missing event argument to ↵ | jzaefferer | 2010-03-25 | 1 | -1/+1 |
| | | | | menu-activate method | ||||
* | Menu: new prototype for drilldown menu with keyboard handling | jzaefferer | 2010-03-24 | 1 | -0/+235 |
| | |||||
* | Improved drilldown keyboard handling | jzaefferer | 2010-03-24 | 1 | -8/+12 |
| | |||||
* | Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, ↵ | jzaefferer | 2010-03-24 | 1 | -19/+145 |
| | | | | way simpler then original approach | ||||
* | Fixing styles for menu to work properly in IEs, even with nested menus ↵ | jzaefferer | 2010-03-24 | 1 | -0/+7 |
| | | | | (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that | ||||
* | Menu: Testing nested menus without the DOM restructuring, just need to fix ↵ | jzaefferer | 2010-03-23 | 1 | -0/+103 |
| | | | | display issue in IE6 | ||||
* | Remove width:100%; from menu-item styles (was there for icon-support, which ↵ | jzaefferer | 2010-03-22 | 1 | -5/+10 |
| | | | | was dropped); also fixed the nested-menu visual test to position properly in IE6 | ||||
* | Cleaning up visual tests | jzaefferer | 2010-03-21 | 28 | -594/+169 |
| | | | Fixes #5395 - Visual Tests Cleanup | ||||
* | Position Visual Test: Corrected page title - Testcase for #5284 Position: ↵ | jzaefferer | 2010-03-21 | 1 | -1/+1 |
| | | | | Smarter collision detection | ||||
* | Position: Adding visual testcase for #5284 - Position: Smarter collision ↵ | jzaefferer | 2010-03-21 | 1 | -0/+65 |
| | | | | detection | ||||
* | line-endings | jzaefferer | 2010-03-20 | 4 | -773/+773 |
| | |||||
* | Widgets in Dialog compound visual test: Added more widgets and linked Slider ↵ | jzaefferer | 2010-03-20 | 1 | -10/+63 |
| | | | | with Progressbar | ||||
* | Compound visual dialog tests: Add some content to the page for better testing | jzaefferer | 2010-03-20 | 2 | -0/+254 |
| | |||||
* | Added visual menu tests from (old) dev-branch and fixed nested-menu | jzaefferer | 2010-03-20 | 4 | -0/+773 |
| | |||||
* | added new compound test, still incomplete | Jörn Zaefferer | 2010-03-20 | 1 | -0/+44 |
| | |||||
* | Added mouse, position, draggable and resizable dependencies | Jörn Zaefferer | 2010-03-20 | 1 | -0/+4 |
| | |||||
* | Added some margin to body to avoid horizontal scrollbar | Jörn Zaefferer | 2010-03-20 | 1 | -0/+1 |
| | |||||
* | Removed jQuery (not used); Added links to all.html, effects.all.html and ↵ | Jörn Zaefferer | 2010-03-20 | 1 | -6/+14 |
| | | | | compound tests | ||||
* | Added Button and Autocomplete | Jörn Zaefferer | 2010-03-20 | 1 | -0/+29 |
| | |||||
* | replaced pearl with perl | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | sortable ticket #5355 visual test case - minor cleanup, added eol-style property | Richard Worth | 2010-03-17 | 1 | -34/+40 |
| | |||||
* | Partial visual test for #5355 | Jörn Zaefferer | 2010-03-16 | 1 | -0/+52 |
| | |||||
* | Dialog visual test - corrected page title, added heading | Richard Worth | 2010-03-15 | 1 | -1/+4 |
| | |||||
* | Accordion: Fixed visual test for dl markup. | Scott González | 2010-03-14 | 1 | -6/+11 |
| | | | | Fixes #5329 - Nested Accordion header is not lined up properly. | ||||
* | dialog: added visual test for position right top | Richard Worth | 2010-03-12 | 1 | -0/+33 |
| | |||||
* | rename | Richard Worth | 2010-03-12 | 1 | -0/+84 |
| | |||||
* | button: added visual test for button option disabled | Richard Worth | 2010-03-12 | 1 | -0/+84 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 141 | -269/+408 |
| | |||||
* | 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 |