Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | removed outline: none; resets from our interaction styles so focus will ↵ | Scott Jehl | 2009-08-28 | 1 | -6/+6 |
| | | | | receive native outline styling. | ||||
* | Widget factory: Added support for deep extending multiple option hashes on init. | Scott González | 2009-08-28 | 2 | -4/+18 |
| | |||||
* | Widget factory: Support passing multiple option hashes on init. Fixes #4784. | Scott González | 2009-08-26 | 2 | -0/+27 |
| | |||||
* | Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed ↵ | Scott González | 2009-08-26 | 2 | -4/+2 |
| | | | | positioning for dialogs. | ||||
* | draggable, sortable: include originalPosition in ui hash, implements #3782 | Paul Bakaus | 2009-08-23 | 2 | -0/+2 |
| | |||||
* | sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991 | Paul Bakaus | 2009-08-22 | 1 | -1/+0 |
| | |||||
* | sortable: toArray/serialize should not include the placeholder, fixes #4138 | Paul Bakaus | 2009-08-22 | 1 | -3/+3 |
| | |||||
* | droppable: greedy childs that dont accept the draggable dont block ↵ | Paul Bakaus | 2009-08-22 | 1 | -4/+7 |
| | | | | propagation anymore, fixes #4570 | ||||
* | draggable: scope option failed when no droppables within that scope exist, ↵ | Paul Bakaus | 2009-08-22 | 1 | -3/+3 |
| | | | | fixes #4289 | ||||
* | draggable: position and offset were undefined in start callback, fixes #4380 | Paul Bakaus | 2009-08-22 | 1 | -2/+2 |
| | |||||
* | draggable: made stack accept a selector instead of a complex hash, min value ↵ | Paul Bakaus | 2009-08-22 | 1 | -5/+6 |
| | | | | is autodetermined now, implements #4365 | ||||
* | draggable: direct removal of draggable element on drop event doesnt make ↵ | Paul Bakaus | 2009-08-21 | 1 | -0/+4 |
| | | | | used plugins fire an error anymore, fixes #4550 | ||||
* | Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793 | Chi Cheng | 2009-08-19 | 3 | -5/+5 |
| | |||||
* | Workaround for #4786, improved | Jörn Zaefferer | 2009-08-18 | 1 | -0/+1 |
| | |||||
* | Workaround for #4786 | Jörn Zaefferer | 2009-08-18 | 1 | -1/+11 |
| | |||||
* | sortable accordion: formatting | Jörn Zaefferer | 2009-08-18 | 1 | -1/+6 |
| | |||||
* | Tabs: Fix for #4785, improving styles | Jörn Zaefferer | 2009-08-18 | 1 | -2/+3 |
| | |||||
* | Tabs: Fix for #4785, mime-type | Jörn Zaefferer | 2009-08-18 | 0 | -0/+0 |
| | |||||
* | Tabs: Fix for #4785 | Jörn Zaefferer | 2009-08-18 | 2 | -0/+58 |
| | |||||
* | position: improved default demo to use position:absolute instead of fixed - ↵ | Jörn Zaefferer | 2009-08-16 | 1 | -1/+1 |
| | | | | with fixed, the positioned element doesn't move on scroll | ||||
* | position: added demo to demos/index.html | Jörn Zaefferer | 2009-08-16 | 1 | -0/+2 |
| | |||||
* | set trunk version to 1.8pre | Richard Worth | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | set trunk version to 1.8a11.8a1 | Richard Worth | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | dialog unit tests: added position and stackfix | Richard Worth | 2009-08-12 | 1 | -1/+3 |
| | |||||
* | dialog visual tests: added position and stackfix | Richard Worth | 2009-08-12 | 8 | -8/+24 |
| | |||||
* | accordion: Fix for #4695, refactored | Jörn Zaefferer | 2009-08-11 | 1 | -2/+1 |
| | |||||
* | accordion: Fix for #4695 | Jörn Zaefferer | 2009-08-11 | 0 | -0/+0 |
| | |||||
* | accordion: Fix for #4695 | Jörn Zaefferer | 2009-08-11 | 4 | -9/+18 |
| | |||||
* | accordion: fix for #4436 | Jörn Zaefferer | 2009-08-11 | 2 | -1/+51 |
| |