aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into selectmenuFelix Nagel2013-11-138-359/+183
|\
| * Sortable: Adjust itemWithLeastDistance algorithm in _contactContainers to ↵Kris Borchers2013-11-012-3/+27
| | | | | | | | properly handle dragging items to the beginning and ends of lists. Fixes #9314 - Sortable: Items cannot be dragged directly into bottom position. Fixes #9381 - Sortable: Connected list placeholders have an inaccurate initial position
| * 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 ↵Andrei Picus2013-10-291-4/+42
| | | | | | | | #9287 - droppable: Scope option cannot be changed after initialization.
| * Draggable Tests: Ensure all combinations of helper / draggable positions / ↵Mike Sherov2013-10-291-274/+49
| | | | | | | | scrollParents / parent positions are tested accurately.
| * Accordion: moving aria-expanded from active tabpanel to active tab. Fixed ↵Monika Piotrowicz2013-10-281-6/+6
| | | | | | | | #9407 - Accordion: aria-expanded attribute on wrong element
| * 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 ↵Mike Sherov2013-10-233-116/+108
| | | | | | | | scroll conditions.
* | 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 ↵Mike Sherov2013-10-214-61/+73
| | | | | | | | applicable tests.
| * Draggable: apply axis options to position instead of style. Fixes #7251 - ↵Mike Sherov2013-10-201-4/+18
| | | | | | | | Draggable: constrained axis option returns incorrect position.
| * Draggable Tests: Fix lint error.Mike Sherov2013-10-201-2/+2
| |
| * Draggable Tests: Add position asserts to drag testsMike Sherov2013-10-204-60/+74
| | | | | | | | They're currently disabled however due to bugs both in the tests and in the actual widget.
| * Draggable Tests: consolidate drag tests and provide error messages for all ↵Mike Sherov2013-10-203-65/+64
| | | | | | | | assertions.
| * 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 ↵Mike Sherov2013-10-193-20/+15
| | | | | | | | window to scroll
| * Menu: More precise removal of ui-state-active class for easier CSS ↵Kris Borchers2013-10-181-0/+13
| | | | | | | | overrides. Fixes #9532 - Need a way in Menu to keep ui-state-active class on selected item
| * Resizable: Store size based on calculated helper size to prevent 1 pixel ↵Kris Borchers2013-10-181-0/+15
| | | | | | | | shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid
| * Autocomplete: Append liveRegion to body to support detached init. Fixes ↵Jörn Zaefferer2013-10-191-0/+9
| | | | | | | | #9590 - Dynamically adding input field breaks auto-complete's accessibility for screen readers
| * Widget: option-method should work as getter only when argument length is 1. ↵Jyoti Deka2013-10-161-3/+14
| | | | | | | | Fixes #9601 - Widget: calling _setOption with undefined as 3rd argument makes it a getter
* | 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 ↵Kris Borchers2013-10-052-3/+2
| | | | | | | | anchors in elements
| * Menu: Add items option for better definition of menu items in non ↵Kris Borchers2013-10-054-2/+82
| | | | | | | | parent-child structures
| * 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
| | | | | | | | | | Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top
| * Build: Remove the build task and it's dependencies. Will bring back testing ↵Jörn Zaefferer2013-09-201-0/+4
| | | | | | | | against minified files later.
| * Menu: Only focus menu after click if focus is on an element within menu. ↵Kris Borchers2013-09-171-0/+18
| | | | | | | | Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget
* | 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
| | |
| | * Widget Bridge: Make the _init method optional. Add tests for both states. ↵Jörn Zaefferer2013-09-111-1/+12
| | | | | | | | | | | | Fixes #9543 - Widget bridge: Make _init() optional.
* | | Selectmenu Tests: check CSS class on menu itemsFelix Nagel2013-09-041-18/+28
|/ /
* | Merge branch 'master' into selectmenuFelix Nagel2013-08-315-3/+28
|\|
| * 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
| | | | | | | | Capitalize 'close' for closeText option.
| * Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - ↵Mike Sherov2013-08-121-0/+25
| | | | | | | | Draggable: jumps down with offset of scrollbar
* | Selectmenu Tests: check if button text is updated when selected option is addedFelix Nagel2013-08-311-2/+6
| |
* | Selectmenu tests: lint fixFelix Nagel2013-08-131-1/+1
| |
* | Merge branch 'master' into selectmenuKris Borchers2013-08-113-10/+26
|\|
| * Dialog: Search the correct document for focus trapping. Fixes #9439 - ↵Scott González2013-08-071-5/+5
| | | | | | | | Dialog: Context is not respected for modals.
| * 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
| | | | | | | | | | | | #9469: on( "menuselect" ) not firing every time.