aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Draggable: Ensure helper is positioned even if its the element itselfMike Sherov2014-08-192-3/+40
| | | | Fixes #9446
* Draggable: Set explicit width/height instead of right/bottom css.Uri Gilad2014-08-183-2/+49
| | | | Fixes #7772
* Draggable: Ensure overflow:visible containments are correctly measuredMike Sherov2014-08-172-4/+44
| | | | Fixes #7016
* Draggable: Only focus the draggable if the event occurs on a handleMike Sherov2014-08-172-17/+29
| | | | Refs #10527
* Draggable: Only blur the focused element if the event occurs on a handleTJ VanToll2014-08-171-13/+23
| | | | Fixes #10527
* Draggable: Recalculate hash offset on start after plugins runMike Sherov2014-08-162-2/+42
| | | | Fixes #6884
* Draggable: Fix whitespace in trigger functionMike Sherov2014-08-161-5/+6
|
* Draggable Tests: Clarify position helper test generationMike Sherov2014-08-141-43/+44
|
* Draggable: Account for margins when snappingMike Sherov2014-08-142-10/+14
| | | | Fixes #9724
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-148-10/+16
| | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars.
* 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-133-1/+109
| | | | Fixes #9335
* Droppable: Account for draggable margins when detecting hoverMike Sherov2014-08-132-4/+53
| | | | Fixes #6876
* Build: Updating the master version to 1.11.2-pre.Jörn Zaefferer2014-08-131-1/+1
|
* Authors: UpdateJörn Zaefferer2014-08-131-0/+1
|
* Draggable: ignore overflow:hidden containers with scroll optionMike Sherov2014-08-122-9/+28
| | | | | | 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: clean up whitespace in scroll option Mike Sherov2014-08-121-10/+10
|
* Draggable: consider offsets from overflow:hidden parentsMike Sherov2014-08-123-32/+38
| | | | | | | | Developers can programmatically set scrollTop/Left on draggable containers that are overflow:hidden. They must be considered for positioning. Fixes #10147
* Core: provide "includeHidden" parameter in $.ui.scrollParentMike Sherov2014-08-121-2/+3
| | | | | | | Even though the user is unable to scroll via the UI, authors may have custom scrollbars that programmatically set scrollTop. Therefore, overflow:hidden can be considered a scrollParent.
* Draggable Tests: Fix several whitespace issues.Mike Sherov2014-08-122-3/+2
|
* Resizable: fix JSCS violationsMike Sherov2014-08-112-76/+183
|
* Droppable: only consider pointer location with tolerance "pointer"Will Holley2014-08-102-10/+20
| | | | 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.
* Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistencyTJ VanToll2014-08-081-1/+1
| | | | Fixes #10525
* Build: Update DB version for release scriptRafael Xavier de Souza2014-08-071-1/+1
|
* Draggable Tests: Fix inconsistent operator spacing.Mike Sherov2014-08-061-4/+4
|
* Draggable: Fix several whitespace issuesMike Sherov2014-08-061-12/+12
|
* Tooltip: Treat the tooltip as closing until it's fully removedScott González2014-08-062-1/+28
| | | | | | | This ensures that we don't trigger the close event twice if the tooltip is destroyed during the hide animation. Closes gh-1306
* Authors: UpdateScott González2014-08-062-1/+6
|
* Tests: Fix TestSwarm submissions for old jQueryScott González2014-08-061-2/+2
|
* Resizable: account for padding & border in grids.Mike Sherov2014-08-052-21/+72
| | | | Fixes #10437
* Resizable: Fix containment width with relative parent.Jyoti Deka2014-08-042-15/+61
| | | | Refs #10140 Closes gh-1303
* Resizable: Fix containment calculation with relative parentMike Sherov2014-08-042-9/+16
| | | | | | | 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: Fix focusable detection for image mapsScott González2014-07-301-1/+1
| | | | | The attribute selector requires quotes to be valid, but only new (unreleased) Sizzle has this requirement.
* 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: Preserve text selection when interacting with the widgetScott González2014-07-291-0/+7
| | | | | Fixes #10144 Closes gh-1295
* Selectmenu: Properly set width for buttonScott González2014-07-292-8/+26
| | | | | Fixes #10145 Closes gh-1296
* Autocomplete: Fix styling for combobox demoScott González2014-07-241-4/+1
| | | | Fixes #10059
* Autocomplete: ESCAPE should not change content of a MultiLineYermo Lamers2014-07-242-1/+31
| | | | | Fixes #9790 Closes gh-1190
* Resizable: Fix size/position changes in resize eventScott González2014-07-242-23/+58
| | | | | Fixes #10351 Closes gh-1292
* Position: Support positioning within document with jQuery 1.6.xScott González2014-07-241-2/+5
| | | | | Fixes #10071 Closes gh-1294
* Widget: Improve performance of cleanData methodFrederik Elvhage2014-07-241-2/+9
| | | | | Fixes #9546 Closes gh-1291
* Datepicker: Abstract mouseover logic to avoid explicit event triggerTJ VanToll2014-07-231-14/+20
| | | | | | | | | The reliance on `.mouseover()` caused an issue in some circumstances (see #5816). The removal of `.mouseover()` broke keyboard navigation (see #10319). Fixes #10319 Closes gh-1290