aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Progressbar Tests: Fixed default option tests (and updated documentation).Scott González2008-11-071-2/+2
|
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ↵David Bolter2008-11-051-7/+7
| | | | ariaState API. (Assist: Scott González, Fixes #3529)
* mouse: events and default actions on click are not fired after a drag action ↵Paul Bakaus2008-11-031-0/+6
| | | | has been initiated
* draggable: fixed two missing defaultsPaul Bakaus2008-11-031-2/+2
|
* tests resizable: Updated defaults testRichard Worth2008-11-011-8/+20
|
* test visual: fixed colors to match UI websiteRichard Worth2008-11-011-7/+7
|
* moved dep_loader.html test page to experimental branchRichard Worth2008-10-311-26/+0
|
* added ARIA semantics, and tests.David Bolter2008-10-291-0/+15
| | | | | patch review:scott.gonzalez@gmail.com (fixes bug #3482)
* set svn:eol-style to nativeRichard Worth2008-10-241-25/+25
|
* core: implemented experimental async dependency loadingPaul Bakaus2008-10-151-0/+26
|
* updating tests to latest QUnit, using same, fixing a few assertions that ↵Jörn Zaefferer2008-10-131-1/+1
| | | | relied on type casting (mostly null/undefined)
* updating tests to latest QUnit, using same, fixing a few assertions that ↵Jörn Zaefferer2008-10-135-38/+27
| | | | relied on type casting (mostly null/undefined)
* added some missing draggables defaultsRichard Worth2008-10-081-3/+3
|
* UI Tabs: renamed confusing "unselect" option to "deselectable"Klaus Hartl2008-10-081-11/+11
|
* UI Tabs: fixed queued tests, reviewKlaus Hartl2008-10-061-10/+14
|
* Spinner: add group and point options for improved support for international ↵Ca-Phun Ung2008-10-061-3/+54
| | | | numeric formats and added test case.
* UI Tabs: fixed removal of inline styles set for a tab panelKlaus Hartl2008-10-062-179/+194
|
* added tabs to test overviewKlaus Hartl2008-10-062-8/+35
|
* 'change' command is now 'option' commandKeith Wood2008-10-051-41/+61
|
* Finishing move of autocomplete from trunk to 1.7 branchJörn Zaefferer2008-10-051-2/+0
|
* Moving autocomplete from trunk to 1.7 branchJörn Zaefferer2008-10-0599-486/+1
|
* UI Tabs: unselect class was attached inconsistentlyKlaus Hartl2008-10-041-7/+48
|
* Spinner: added thousand separator format to numbers and refactored code.Ca-Phun Ung2008-10-021-1/+1
|
* UI Tabs: fixed "colon in id bug", wrote more unit tests and refactored stuff ↵Klaus Hartl2008-10-022-7/+154
| | | | afterwards
* UI Tabs: started with writing testsKlaus Hartl2008-09-282-0/+78
|
* Dialog: Added more tests.Scott González2008-09-281-7/+37
|
* Updated draggable defaults unit testRichard Worth2008-09-271-7/+35
|
* Spinner: Removed external jquery.mousewheel.js call from visual test.Ca-Phun Ung2008-09-261-1/+0
|
* Spinner: added a timer to mousewheel interaction which fires a change event ↵Ca-Phun Ung2008-09-262-2/+5
| | | | | | when the mousewheel stops spinning. Added a few missing options to test case.
* Spinner: Add change event to dblclick and created a new visual test for all ↵Ca-Phun Ung2008-09-231-3/+47
| | | | callbacks. timer is now set to 0 after being cleared.
* Accept boolean values for aria state. (Thanks for catch Scott González)David Bolter2008-09-221-2/+2
|
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-222-0/+16
| | | | | | Added ARIA role and state to ui.dialog Fixes #3350 (Inspired by jARIA plugin from Chris Hoffman)
* Spinner: implemented init callback via trigger (thanks Scott González)Ca-Phun Ung2008-09-221-1/+1
|
* Spinner: new options: format, items & decimals (r728). Ca-Phun Ung2008-09-201-2/+10
| | | | | | items: accepts a array of objects which will be converted to a list of items by the spinner. format: printf style formatting of each item - accepts named arguments.
* set svn:eol-style to nativeRichard Worth2008-09-2037-6414/+6414
|
* HTML5 doctypeRichard Worth2008-09-2032-74/+71
|
* Progressbar - Added suport for animated equations (easeInOutQuint, ...)Eduardo Lundgren2008-09-201-2/+7
|
* Progressbar duration option fixedEduardo Lundgren2008-09-201-3/+3
|
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-191-0/+24
|
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent ↵Scott González2008-09-191-0/+24
| | | | closing the dialog by returning false).
* sortable: Fixed the floating functional demo, implemented forcePlaceholderSizePaul Bakaus2008-09-161-1/+1
|
* - kickass draggable refactoring - fixes many bugs, many edge case issuesPaul Bakaus2008-09-152-1/+163
| | | | - added many new tests to draggable, especially related to scrolling and helper clone
* Spinner: added an init callback which exposes the addItem method for dynamic ↵Ca-Phun Ung2008-09-091-1/+36
| | | | population of spinner via an external objects.
* Dialog: Added some more tests.Scott González2008-09-071-46/+139
|
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-071-56/+74
|
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-071-2/+15
|
* Core: Improved :tabbable selectorScott González2008-09-062-0/+127
| | | | | | | | - check tabindex >= 0 instead of != -1 - check anchor tags for href - check for hidden input types - check styles (display and visibility; self and ancestors) Added tests for :tabbable selector
* Spinner: For DOM based spinners, the height is now calculated based on ↵Ca-Phun Ung2008-08-301-9/+3
| | | | number of children.
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-301-7/+12
|
* spinner: fixed styling issues in IECa-Phun Ung2008-08-261-2/+3
|