aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Dialog test: Ensure dialog is tall enough to be scrolled.Scott González2013-11-141-0/+2
* Sortable: Adjust itemWithLeastDistance algorithm in _contactContainers to pro...Kris Borchers2013-11-012-3/+27
* Draggable Tests: don't test auto scroll while testing helpers.Mike Sherov2013-10-312-12/+7
* Droppable: update ddmanager when scope changes through setOption. Fixed #9287...Andrei Picus2013-10-291-4/+42
* Draggable Tests: Ensure all combinations of helper / draggable positions / sc...Mike Sherov2013-10-291-274/+49
* Accordion: moving aria-expanded from active tabpanel to active tab. Fixed #94...Monika Piotrowicz2013-10-281-6/+6
* Tabs: Use .uniqueId() for panels and moved isLocal() into the widget prototype.Scott González2013-10-241-1/+1
* Draggable Tests: Ensure Draggable tests are correctly testing offset under sc...Mike Sherov2013-10-233-116/+108
* Draggable Tests: Test both position and offset of draggable element in all ap...Mike Sherov2013-10-214-61/+73
* Draggable: apply axis options to position instead of style. Fixes #7251 - Dra...Mike Sherov2013-10-201-4/+18
* Draggable Tests: Fix lint error.Mike Sherov2013-10-201-2/+2
* Draggable Tests: Add position asserts to drag testsMike Sherov2013-10-204-60/+74
* Draggable Tests: consolidate drag tests and provide error messages for all as...Mike Sherov2013-10-203-65/+64
* Draggable Tests: clarify scroll helpers.Mike Sherov2013-10-202-66/+58
* Draggable Tests: make sure offset tests are actually testing offsetsMike Sherov2013-10-193-12/+14
* Tests: extract TestHelpers.forceScrollableWindow for tests that need the wind...Mike Sherov2013-10-193-20/+15
* Menu: More precise removal of ui-state-active class for easier CSS overrides....Kris Borchers2013-10-181-0/+13
* Resizable: Store size based on calculated helper size to prevent 1 pixel shif...Kris Borchers2013-10-181-0/+15
* Autocomplete: Append liveRegion to body to support detached init. Fixes #9590...Jörn Zaefferer2013-10-191-0/+9
* Widget: option-method should work as getter only when argument length is 1. F...Jyoti Deka2013-10-161-3/+14
* Autocomplete tests: Update tests now that generated menu doesn't have anchors...Kris Borchers2013-10-052-3/+2
* Menu: Add items option for better definition of menu items in non parent-chil...Kris Borchers2013-10-054-2/+82
* Menu tests: Remove anchors from visual testKris Borchers2013-10-051-168/+144
* Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-055-191/+179
* Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.Jörn Zaefferer2013-10-023-4/+83
* Build: Remove the build task and it's dependencies. Will bring back testing a...Jörn Zaefferer2013-09-201-0/+4
* Menu: Only focus menu after click if focus is on an element within menu. Fixe...Kris Borchers2013-09-171-0/+18
* Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() methodJörn Zaefferer2013-09-131-0/+32
* Widget Bridge: Make the _init method optional. Add tests for both states. Fix...Jörn Zaefferer2013-09-111-1/+12
* Demos/tests: Losslessly recompress PNG/GIF images.Pere Orga2013-08-261-0/+0
* Tests: Fixed accidental use of comma instead of semicolon.Scott González2013-08-211-1/+1
* Dialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: ...Scott González2013-08-152-2/+2
* Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggab...Mike Sherov2013-08-121-0/+25
* Dialog: Search the correct document for focus trapping. Fixes #9439 - Dialog:...Scott González2013-08-071-5/+5
* Menu tests: jshint cleanup of unused argumentTJ VanToll2013-08-031-1/+1
* Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes #...TJ VanToll2013-08-031-0/+15
* Widget Factory: Fix multiple var statements in testAlexander Schmitz2013-07-311-3/+3
* Widget Factory: Make $.widget return the constructor. Fixes #9467 - Widget fa...Alexander Schmitz2013-07-311-2/+3
* Menu tests: Whitespace and general cleanupKris Borchers2013-07-153-21/+21
* Menu tests: Check default is prevented on any click on disabled menusKris Borchers2013-07-141-0/+21
* Core tests: Explicitly focus the body during delayed .focus() test to avoid a...Scott González2013-07-091-0/+6
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-0557-49/+64709
* Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs...Scott González2013-07-031-2/+7
* Test: Update effects_core test, since puff-effect and size-effect now have it...Rafael Xavier de Souza2013-06-222-4/+3
* Menu tests: Fix lint errorJörn Zaefferer2013-06-201-1/+1
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...Steven Luscher2013-06-193-11/+29
* Clicking on a draggable anchor without moving it should make it the active el...Steven Luscher2013-06-191-0/+14
* Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing sho...TJ VanToll2013-06-161-0/+13
* Slider Tests: Remove pointless doc blocks.Scott González2013-06-044-12/+0
* Slider: Remove range div when changing range option to false. Fixes #9355 - S...Scott González2013-06-031-1/+16