aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-225-14/+31
|
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-2223-350/+22
| | | | Fixes #10563
* Draggable Tests: Fix failures due to fractional widthsMike Sherov2014-08-201-2/+2
|
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-204-1/+61
| | | | | | | | This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown. Fixes #7778
* Draggable: Ensure helper is positioned even if its the element itselfMike Sherov2014-08-191-0/+19
| | | | Fixes #9446
* Draggable: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-182-2/+34
| | | | Fixes #7772
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-171-0/+30
| | | | Fixes #7016
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-171-7/+15
| | | | Refs #10527
* Draggable: Recalculate hash offset on start after plugins runMike Sherov2014-08-161-0/+39
| | | | Fixes #6884
* Draggable Tests: Clarify position helper test generationMike Sherov2014-08-141-43/+44
|
* Draggable: Account for margins when snappingMike Sherov2014-08-141-0/+4
| | | | Fixes #9724
* Resizable Tests: fix IE8 test fail due to unspecified border styleMike Sherov2014-08-131-1/+1
| | | | | IE <9 does not correctly set the height of an element if the borderWidth is non-zero but no borderStyle is specified.
* Draggable Tests: Fix IE8 test when native scroll happensMike Sherov2014-08-131-3/+22
|
* Sortable: fire "over" and "out" even when a connectWith hasn't changedAndrei Picus2014-08-132-1/+105
| | | | Fixes #9335
* Droppable: Account for draggable margins when detecting hoverMike Sherov2014-08-131-2/+51
| | | | Fixes #6876
* Draggable: ignore overflow:hidden containers with scroll optionMike Sherov2014-08-121-0/+14
| | | | | | While it is true that overflow:hidden elements can be scrolled programatically, this breaks user expectation. Therefore, do not scroll inside an overflow:hidden container.
* Draggable: consider offsets from overflow:hidden parentsMike Sherov2014-08-122-31/+37
| | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147
* Draggable Tests: Fix several whitespace issues.Mike Sherov2014-08-122-3/+2
|
* Droppable: only consider pointer location with tolerance "pointer"Will Holley2014-08-101-1/+14
| | | | Fixes #4977 Closes gh-991
* Droppable Tests: fix whitespace in droppable_optionsMike Sherov2014-08-101-22/+22
|
* Droppable tests: swap $.ui.intersect test with tolerance testMike Sherov2014-08-102-31/+39
| | | | | $.ui.intersect is not a documented API, yet droppable tolerance is, and are essentially the same.
* Draggable Tests: Fix inconsistent operator spacing.Mike Sherov2014-08-061-4/+4
|
* Tooltip: Treat the tooltip as closing until it's fully removedScott González2014-08-061-0/+20
| | | | | | | This ensures that we don't trigger the close event twice if the tooltip is destroyed during the hide animation. Closes gh-1306
* Resizable: account for padding & border in grids.Mike Sherov2014-08-051-0/+20
| | | | Fixes #10437
* Resizable: Fix containment width with relative parent.Jyoti Deka2014-08-041-10/+48
| | | | Refs #10140 Closes gh-1303
* Resizable: Fix containment calculation with relative parentMike Sherov2014-08-041-1/+15
| | | | | | | Remove an incorrect fix introduced in 47cd5b6f that causes width calculations to be incorrect once the correct fix was introduced in c03cb807 Fixes #10140
* Tests: WhitespaceScott González2014-08-011-23/+23
|
* Tests: Fix composite testsScott González2014-08-0123-24/+24
|
* Core: Ensure forms in tests have some actual contentScott González2014-07-301-2/+7
| | | | | Empty forms have no height, so they're considered hidden in jquery-git as of jquery/jquery@10399ddcf8a239acc27bdec9231b996b178224d3
* Core: Clean up selector testsScott González2014-07-301-169/+172
|
* Selectmenu: Remove unused var in testScott González2014-07-291-1/+1
|
* Selectmenu: Don't check menu width in width option testsScott González2014-07-291-13/+1
|
* Selectmenu: Properly set width for buttonScott González2014-07-291-2/+10
| | | | | Fixes #10145 Closes gh-1296
* Autocomplete: ESCAPE should not change content of a MultiLineYermo Lamers2014-07-241-0/+28
| | | | | Fixes #9790 Closes gh-1190
* Resizable: Fix size/position changes in resize eventScott González2014-07-241-0/+21
| | | | | Fixes #10351 Closes gh-1292
* Draggable: Manage ui-draggable-handle correctly in nested instancesTJ VanToll2014-07-151-0/+13
|
* Draggable: Only apply ui-draggable-handle within the draggable instanceTJ VanToll2014-07-151-2/+6
| | | | | Fixes #10212 Closes gh-1284
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+3
| | | | | Fixes #8353 Closes gh-1248
* Slider: Reset positioning when orientation changesScott González2014-07-021-1/+3
| | | | | Fixes #10105 Closes gh-1268
* Tests: Use closeEnough() to account for rounding differencesTJ VanToll2014-06-251-1/+1
| | | | | | | | | Selectmenu's test suite broke with b0e8380, which changed the padding used by the menu widget. Selectmenu conditionally adds pixels to the menu's width, and using closeEnough() accounts for that and the rounding differences across browsers. Closes gh-1275
* Test: Get all jQuery versions from BowerScott González2014-06-2422-194094/+1
| | | | Ref gh-1266
* Build: Reorganize external directoryScott González2014-06-2475-121/+121
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Dialog: Honor preventDefault when managing focusJörn Zaefferer2014-06-101-2/+25
| | | | | | | | If event.isDefaultPrevented() is true, the focus management is completely skipped, assuming the user manages focus manually. Fixes #10103 Closes gh-1265
* Dialog: Fix shift-tab handling, focus the correct elementJörn Zaefferer2014-06-101-7/+9
| | | | | | | | | | | Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0 Updates the tabbing test to be more specific about which element should have focus, instead of only checking if focus is within the dialog. Ref #9646 Ref #10103 Closes gh-1264
* Spinner: Don't change value when changing min/max optionsDavid Petersen2014-05-261-3/+3
| | | | | Fixes #9703 Closes gh-1252
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-191-63/+63
| | | | | Fixes #9622 Closes gh-1251
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-121-0/+21
| | | | | Fixes #7434 Closes gh-1238
* Menu: Use item.outerHeight() in _scrollIntoViewJörn Zaefferer2014-05-061-1/+1
| | | | Fixes #9991
* Selectmenu: Work around test bug in IEScott González2014-04-241-1/+1
|
* Spinner tests: Remove mousewheel pluginJörn Zaefferer2014-04-231-1/+0
| | | | | | | | The plugin isn't needed nor used in the unit tests, which just trigger the appropriate events. This works around the failure in Firefox 27/28 that we'll try to track down separately. Ref #9988