Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved test page (#4088) from demos/sortable to tests/visual/sortable | Richard Worth | 2009-02-07 | 1 | -0/+64 | |
| | ||||||
* | sortable visual tests: option revert | Richard Worth | 2009-02-07 | 2 | -0/+56 | |
| | ||||||
* | draggable unit tests: added option iframeFix tests | Richard Worth | 2009-02-07 | 7 | -16/+65 | |
| | ||||||
* | draggable unit tests: Added a few tests | Richard Worth | 2009-02-07 | 4 | -13/+81 | |
| | ||||||
* | Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681). | Scott González | 2009-02-05 | 2 | -54/+0 | |
| | ||||||
* | datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵ | Ca-Phun Ung | 2009-02-01 | 1 | -0/+21 | |
| | | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block. | |||||
* | eol-style and mime-type | Richard Worth | 2009-01-31 | 1 | -45/+45 | |
| | ||||||
* | dialog: changed shadow default to false. Not quite ready to be on by ↵ | Richard Worth | 2009-01-31 | 4 | -54/+108 | |
| | | | | default. Maybe in 1.next. | |||||
* | dialog visual tests - added option modal true and false | Richard Worth | 2009-01-31 | 2 | -0/+54 | |
| | ||||||
* | accordion: more realistic testcase for autoHeight:false accordion | Jörn Zaefferer | 2009-01-30 | 1 | -0/+57 | |
| | ||||||
* | accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -0/+45 | |
| | | | | no more potential scope issues | |||||
* | accordion: better default for header-option | Jörn Zaefferer | 2009-01-30 | 2 | -4/+2 | |
| | ||||||
* | accordion: fix for the previous commit; event triggering still somewhat ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -1/+1 | |
| | | | | crippled, a few tests failing | |||||
* | resizable visual tests: added tests for aspectRatio, and combining ↵ | Richard Worth | 2009-01-30 | 10 | -0/+264 | |
| | | | | aspectRatio with min and max height and width options | |||||
* | dialog unit tests: Added option closeOnEscape tests | Richard Worth | 2009-01-30 | 2 | -0/+54 | |
| | ||||||
* | Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵ | Scott González | 2009-01-30 | 3 | -25/+56 | |
| | | | | allowing accordions to work with dl's and ul's again. | |||||
* | slider visual tests: added horizontal and vertical default and range (true, ↵ | Richard Worth | 2009-01-29 | 8 | -0/+198 | |
| | | | | min, max) tests | |||||
* | dialog visual tests: Added new test 'Dialog on page with scrollbars' | Richard Worth | 2009-01-29 | 1 | -0/+25 | |
| | ||||||
* | eol-style and mime-type | Richard Worth | 2009-01-28 | 1 | -40/+40 | |
| | ||||||
* | test visual slider: new test - Slider in container with scrollbars | Richard Worth | 2009-01-28 | 1 | -0/+40 | |
| | ||||||
* | datepicker: fixes #3863: fixed vertical position when scroll position is ↵ | Ca-Phun Ung | 2009-01-28 | 1 | -0/+277 | |
| | | | | present and added a viewport visual testcase. | |||||
* | tests: new side-by-side comparison of static and visual tests | Richard Worth | 2009-01-25 | 6 | -22/+21 | |
| | ||||||
* | eol-style and mime-type | Richard Worth | 2009-01-24 | 12 | -291/+291 | |
| | ||||||
* | tests static: Added default tests | Richard Worth | 2009-01-24 | 2 | -18/+6 | |
| | ||||||
* | tests visual: cleanup | Richard Worth | 2009-01-24 | 12 | -6/+18 | |
| | ||||||
* | tests/visual: added default tests | Richard Worth | 2009-01-24 | 12 | -3/+253 | |
| | ||||||
* | tests visual dialog: Added default | Richard Worth | 2009-01-23 | 1 | -0/+22 | |
| | ||||||
* | eol-style, mime-type | Richard Worth | 2009-01-23 | 1 | -20/+20 | |
| | ||||||
* | tests/visual/datepicker: created default visual datepicker test | Richard Worth | 2009-01-23 | 1 | -0/+20 | |
| | ||||||
* | tests/visual/slider: Added default visual test for slider | Richard Worth | 2009-01-22 | 1 | -0/+20 | |
| | ||||||
* | tests: Added extra folder level for each plugin in static and visual test ↵ | Richard Worth | 2009-01-22 | 17 | -137/+137 | |
| | | | | folders | |||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 16 | -16/+16 | |
| | ||||||
* | Happy Birthday jQuery (switched to jQuery 1.3) | Richard Worth | 2009-01-14 | 16 | -16/+16 | |
| | ||||||
* | switched to jQuery 1.3rc2 | Richard Worth | 2009-01-13 | 16 | -16/+16 | |
| | ||||||
* | demos/index.html - added link to open demo in new window. | Ca-Phun Ung | 2009-01-08 | 1 | -1/+1 | |
| | ||||||
* | reverted r1544 (it was temporary) | Richard Worth | 2009-01-08 | 16 | -16/+16 | |
| | ||||||
* | temporarily switched back to 1.2.6 | Richard Worth | 2009-01-08 | 16 | -16/+16 | |
| | ||||||
* | datepicker: Fixes regression in #3232 [datepicker position problem in IE ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -1/+9 | |
| | | | | 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this. | |||||
* | fixes xhtml code (disabled="disabled") | Chi Cheng | 2009-01-04 | 1 | -3/+3 | |
| | ||||||
* | datepicker: fixes #3679 [focus error on IE if disabled]: added visual test ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -0/+10 | |
| | | | | to verify. Both IE 6 & 7 do not return an error. | |||||
* | Updated all demos/tests to jQuery 1.3pre. | Scott González | 2009-01-03 | 16 | -16/+16 | |
| | ||||||
* | demos: added opacity, revert and scroll demos | Paul Bakaus | 2008-12-30 | 1 | -0/+4 | |
| | | | | draggable: fixed positioning issue with relative positioned elements relative to the body during scroll | |||||
* | merged dev/slider branch (revs 1152-1229) back to trunk | Richard Worth | 2008-12-23 | 1 | -4/+86 | |
| | ||||||
* | Dialog static test: Removing duplicate ids. | Scott González | 2008-12-23 | 1 | -1/+1 | |
| | ||||||
* | tests/visual: adjusted the formatting a bit. Separated dialog tests into ↵ | Richard Worth | 2008-12-22 | 3 | -14/+31 | |
| | | | | simple dialog and dialog with buttons | |||||
* | Datepicker #3647: added enable, disable, destroy buttons to visual test. ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -0/+53 | |
| | | | | Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation. | |||||
* | accordion: adjusting visual test to demonstrate theming issue | Jörn Zaefferer | 2008-12-22 | 1 | -1/+1 | |
| | ||||||
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 1 | -1/+1 | |
| | ||||||
* | Datepicker: Fixed #3647: Updated visual and automated tests to go with new ↵ | Ca-Phun Ung | 2008-12-19 | 1 | -7/+19 | |
| | | | | markup updates. | |||||
* | Dialog visual test: | Scott González | 2008-12-19 | 1 | -2/+9 | |
| | | | | | - Made it possible to close and re-open the dialog. - Added buttons. |