Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't ↵ | Scott González | 2009-09-18 | 1 | -28/+107 | |
| | | | | | | have any effect in Safari 3.1.1. Based on trunk and effects dev branch implementations. | |||||
* | dialog: filter invalid option-position values, convert title argument to ↵ | Jörn Zaefferer | 2009-09-17 | 1 | -1/+4 | |
| | | | | string (ala closeText) | |||||
* | uni tests: cleanup after common widget tests | Jörn Zaefferer | 2009-09-17 | 1 | -0/+2 | |
| | ||||||
* | unit tests: added positon to index | Jörn Zaefferer | 2009-09-17 | 1 | -0/+5 | |
| | ||||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 318 | -833/+833 | |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | |||||
* | removed ui.core.js from position testsuite - position may only depend on ↵ | Jörn Zaefferer | 2009-09-16 | 1 | -1/+0 | |
| | | | | jQuery core | |||||
* | datepicker tests keep crashing testswarm client, disabled tests until that ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | | | | issue is resolved | |||||
* | datepicker tests keep crashing testswarm client, disabled tests until that ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+8 | |
| | | | | issue is resolved | |||||
* | accordion: trying to reset margin and padding for accordion-lis to get ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -0/+4 | |
| | | | | consistent results for fillSpace and autoHeight tests across platforms; if that works, may need to be applied in general, not just for tests | |||||
* | tests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3) | Jörn Zaefferer | 2009-09-15 | 1 | -0/+2 | |
| | ||||||
* | accordion: reverted previous change to test | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | updated to latest QUnit | Jörn Zaefferer | 2009-09-15 | 18 | -29/+24 | |
| | ||||||
* | dialog: Fixes #4826 - Setting resizable false toggles resizable on dialog | Ca-Phun Ung | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | dialog: added unit test for ticket #4826 | Ca-Phun Ung | 2009-09-15 | 1 | -0/+21 | |
| | ||||||
* | simpler import statement | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | update to latest QUnit styles | Jörn Zaefferer | 2009-09-15 | 2 | -2/+2 | |
| | ||||||
* | (no commit message) | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | dialog: methods test cleanup | Jörn Zaefferer | 2009-09-15 | 1 | -1/+5 | |
| | ||||||
* | accordion: activate test fix, use false to close, not -1 | Jörn Zaefferer | 2009-09-15 | 1 | -2/+1 | |
| | ||||||
* | accordion: icon test fix, was failing in webkits | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | dialog: mime-type | Ca-Phun Ung | 2009-09-15 | 0 | -0/+0 | |
| | ||||||
* | dialog: added visual test for ticket #4826 - Setting resizable false toggles ↵ | Ca-Phun Ung | 2009-09-15 | 1 | -0/+42 | |
| | | | | resizable on dialog | |||||
* | dialog: always convert value for closeText option to a string (fixes ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+2 | |
| | | | | options-tests) | |||||
* | tabs: comment about failing options-defaults-test | Jörn Zaefferer | 2009-09-15 | 1 | -0/+1 | |
| | ||||||
* | slider: fixed defaults test to include cancel-callback | Jörn Zaefferer | 2009-09-15 | 1 | -0/+1 | |
| | ||||||
* | selectable test cleanup: border and margin helpers were never used, missing ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -14/+1 | |
| | | | | semicolons caused a parser error | |||||
* | progessbar: comments about failing aria-disabled attr test (in IE), no idea ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -2/+3 | |
| | | | | why that happens | |||||
* | progressbar: option-test fails for non-numeric values, so anything ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+3 | |
| | | | | non-numeric is now normalized to 0 | |||||
* | draggable: tests cleanup, put all elements into #main | Jörn Zaefferer | 2009-09-15 | 2 | -3/+2 | |
| | ||||||
* | core tests: a few comments about failing tests, a few fixes for existing ↵ | Jörn Zaefferer | 2009-09-15 | 2 | -13/+17 | |
| | | | | tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core | |||||
* | accordion: remove deprecated alwaysOpen option (collapsible was introduced ↵ | Jörn Zaefferer | 2009-09-15 | 5 | -108/+141 | |
| | | | | in last stable release); fixed collapsible-false accordion in combination with activate method (with fasly-argument to close all); changed activate-option default to 0 (which was the "computed" default anyway); lots of fixes for the testsuite, while removing some of the "missing" tests: header accepts only a selector (updated spec to make that more clear), while testing animations in unit tests is rather pointless | |||||
* | common widget tests: improve handling of functions (even same() can't ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+9 | |
| | | | | compare two functions by their "content") | |||||
* | slider tests: fixing variable scopes | Jörn Zaefferer | 2009-09-15 | 2 | -2/+4 | |
| | ||||||
* | resizable: make global _store variable local | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 | |
| | ||||||
* | datepicker: fixed two global variables | Jörn Zaefferer | 2009-09-15 | 1 | -2/+3 | |
| | ||||||
* | dialog: fixed dragStop test (was using dragStart instead of dragStop, ↵ | Jörn Zaefferer | 2009-09-14 | 1 | -1/+1 | |
| | | | | copy&paste FTF) | |||||
* | progressbar: implemented missing tests | Jörn Zaefferer | 2009-09-11 | 2 | -2/+15 | |
| | ||||||
* | removed code that created testsuite markup; QUnit handles that | Jörn Zaefferer | 2009-09-11 | 1 | -11/+0 | |
| | ||||||
* | change script ordering to load testswarm agent after QUnit | Jörn Zaefferer | 2009-09-11 | 13 | -13/+13 | |
| | ||||||
* | inject testswarm agent when the test is run by testswarm | Jörn Zaefferer | 2009-09-11 | 1 | -0/+10 | |
| | ||||||
* | Widget factory: Namespace the remove event handler. | Scott González | 2009-09-06 | 1 | -1/+1 | |
| | ||||||
* | effects easing: typo | Jörn Zaefferer | 2009-09-02 | 1 | -1/+1 | |
| | ||||||
* | fixed a little issue in Chrome, Safari | Richard Worth | 2009-09-02 | 1 | -1/+2 | |
| | ||||||
* | Fixed a bug in the drawing of all the graphs, especially visible in easeout ↵ | Richard Worth | 2009-09-02 | 1 | -6/+14 | |
| | | | | curves. Added a top line to each graph. Added support for linear graph and preview. Slowed animation down a bit, to aid in preview. | |||||
* | moving test.html file to child dir for testswarm compability | Jörn Zaefferer | 2009-09-01 | 2 | -1/+1 | |
| | ||||||
* | moving all*.html to tests/unit for testswarm compability | Jörn Zaefferer | 2009-09-01 | 4 | -380/+381 | |
| | ||||||
* | rename modules for testswarm compability | Jörn Zaefferer | 2009-09-01 | 2 | -2/+2 | |
| | ||||||
* | update to lastest QUnit | Jörn Zaefferer | 2009-08-30 | 17 | -45/+58 | |
| | ||||||
* | Dialog demo: Use the ui-state-highlight class instead of a hard-coded color. ↵ | Scott González | 2009-08-29 | 1 | -6/+11 | |
| | | | | Fixes #4808 - Modal dialog form validation demo - error message uses hard-coded color. | |||||
* | added rule to negate outlines on :active state, so the outlines won't appear ↵ | Scott Jehl | 2009-08-28 | 1 | -0/+1 | |
| | | | | as much during mouse interaction. |