aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into selectmenuJörn Zaefferer2013-11-257-532/+580
|\
| * Tests: Skip JSHint in browsers that don't support Function.prototype.bind() t...Scott González2013-11-221-1/+3
| * Tests: Updated URL for TestSwarm.Scott González2013-11-221-1/+1
| * Tests: Fixed path to theme files in index.Scott González2013-11-221-2/+2
| * Build: Include es3 option for JSHint.Scott González2013-11-221-0/+1
| * Tests: Cleanup visual theme testJörn Zaefferer2013-11-201-522/+515
| * Menu tests: Force line height to ensure we know how many items will be scrolled.Scott González2013-11-202-6/+10
| * Dialog: Keep track of instances to focus when elements outside the dialog get...Jörn Zaefferer2013-11-201-0/+48
* | Merge branch 'master' into selectmenuJörn Zaefferer2013-11-166-27/+51
|\|
| * Menu: Update unit test that regressed from style changes (see 9910e938aad1090...Jörn Zaefferer2013-11-153-13/+10
| * Dialog: Restore focus to the previously focused element when window regains f...Jörn Zaefferer2013-11-151-14/+34
| * Dialog tests: Work around focus issue in IE8.Scott González2013-11-141-0/+5
| * Dialog test: Ensure dialog is tall enough to be scrolled.Scott González2013-11-141-0/+2
* | Merge branch 'master' into selectmenuFelix Nagel2013-11-138-359/+183
|\|
| * 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
* | Selectmenu: close menu on other element mousedown not on clickFelix Nagel2013-10-291-1/+1
* | Selectmenu: improve disabled item handlingFelix Nagel2013-10-291-1/+1
* | Selectmenu Tests: remove widthMenu option and rename widthButton option to widthFelix Nagel2013-10-241-2/+1
* | Merge branch 'master' into selectmenuFelix Nagel2013-10-2111-222/+298
|\|
| * 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
* | Selectmenu: Remove links in menu itemsFelix Nagel2013-10-102-12/+12
* | Merge branch 'master' into selectmenuFelix Nagel2013-10-1014-368/+512
|\|
| * 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
* | Selectmenu Tests: add width options to common testFelix Nagel2013-09-291-0/+2
* | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2013-09-252-1/+44
|\ \
| * | Merge branch 'master' into selectmenuScott González2013-09-162-1/+44
| |\|
| | * Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() methodJörn Zaefferer2013-09-131-0/+32