aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De...Andrew Couch2012-10-212-0/+14
* Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Rem...Jörn Zaefferer2012-10-211-0/+7
* Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removi...Jörn Zaefferer2012-10-211-2/+6
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all...David Petersen2012-10-181-0/+9
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...David Petersen2012-10-171-2/+19
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...TJ VanToll2012-10-161-0/+8
* Tooltip: Change the default items selector to exclude disabled elements. Fixe...Scott González2012-10-121-1/+1
* Tabs: Use aria-controls instead of the anchor's href to match against locatio...Scott González2012-10-121-1/+7
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-102-3/+3
* Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ...Scott González2012-10-051-3/+10
* Tooltip: Check if event exists before checking properties in open(). Fixes #8...Scott González2012-10-051-0/+17
* Accordion: Only adjust height animations for heightStyle: content. Fix tests ...Scott González2012-10-011-18/+18
* Upgrade jQuery to 1.8.2.Scott González2012-09-2050-48/+18789
* Tests: Fix padding from 4% to 2%, since width is 96%.Rafael Xavier de Souza2012-09-191-1/+1
* Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: w...Scott González2012-09-123-0/+25
* Tooltip tests: Fixed typoKris Borchers2012-09-051-1/+1
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...Scott González2012-09-051-7/+11
* Tooltip: Allow strings for content option.Scott González2012-08-311-0/+10
* Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Un...Scott González2012-08-311-0/+19
* Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ...Jörn Zaefferer2012-08-301-1/+12
* Tooltip tests: Added test for widget() method.Scott González2012-08-261-8/+6
* Tabs tests: Added test for widget() method.Scott González2012-08-261-0/+8
* WhitespaceScott González2012-08-261-2/+2
* Spinner tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Progressbar tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Menu tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Menu tests: re-order tests.Scott González2012-08-261-16/+16
* Autocomplete tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Accordion tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Tests: Removed completed TODO.Scott González2012-08-261-1/+0
* Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not...Scott González2012-08-171-1/+5
* Upgrade jQuery to 1.8.0.Scott González2012-08-1349-48/+9280
* Simplify licensing.Scott González2012-08-091-1/+1
* Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout().Scott González2012-07-261-15/+3
* Tests: Fixining jquery include versionCorey Frang2012-07-231-1/+1
* Build: Splitting Release Coverage build into threeCorey Frang2012-07-232-3/+3
* Slider tests: Fixed style checks for orientation test.Scott González2012-07-171-3/+3
* Slider tests: Minor cleanup: added expect() calls, fixed left-over slider tha...Scott González2012-07-174-17/+22
* Menu tests: Removed test for key handling when the element doens't have focus...Scott González2012-07-171-18/+0
* Dialog tests: Fixed calls to $.contains() that were passing jQuery objects in...Scott González2012-07-131-1/+1
* Spinner: Introduce icons option to make button icons customizable, mostly for...Jörn Zaefferer2012-07-122-0/+23
* Menu: Rename icon option to icons.submenuJörn Zaefferer2012-07-123-7/+19
* Update externals to latest mousewheel plugin, drop the version from the fieln...Jörn Zaefferer2012-07-121-1/+1
* Update to QUnit 1.9.0 and use new urlConfig for custom checkboxesJörn Zaefferer2012-07-111-2/+12
* Menu tests: Added TODOs for missing method tests.Scott González2012-07-101-0/+24
* Menu tests: Proper detection for absence of ui-state-disabled class.Scott González2012-07-101-2/+2
* Menu tests: More complete role option tests.Scott González2012-07-101-3/+30
* Menu: Alphabetize options.Scott González2012-07-101-1/+1
* Menu: Expose the submenu indicator icon as an icon optionkborchers2012-07-102-2/+4
* Widget: Create lowercase pseudo selectors. Fixes #8433 - Widget: Create lower...Scott González2012-07-091-1/+1