Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable: Ensure helper is positioned even if its the element itself | Mike Sherov | 2014-08-19 | 2 | -3/+40 |
| | | | | Fixes #9446 | ||||
* | Draggable: Set explicit width/height instead of right/bottom css. | Uri Gilad | 2014-08-18 | 3 | -2/+49 |
| | | | | Fixes #7772 | ||||
* | Draggable: Ensure overflow:visible containments are correctly measured | Mike Sherov | 2014-08-17 | 2 | -4/+44 |
| | | | | Fixes #7016 | ||||
* | Draggable: Only focus the draggable if the event occurs on a handle | Mike Sherov | 2014-08-17 | 2 | -17/+29 |
| | | | | Refs #10527 | ||||
* | Draggable: Only blur the focused element if the event occurs on a handle | TJ VanToll | 2014-08-17 | 1 | -13/+23 |
| | | | | Fixes #10527 | ||||
* | Draggable: Recalculate hash offset on start after plugins run | Mike Sherov | 2014-08-16 | 2 | -2/+42 |
| | | | | Fixes #6884 | ||||
* | Draggable: Fix whitespace in trigger function | Mike Sherov | 2014-08-16 | 1 | -5/+6 |
| | |||||
* | Draggable Tests: Clarify position helper test generation | Mike Sherov | 2014-08-14 | 1 | -43/+44 |
| | |||||
* | Draggable: Account for margins when snapping | Mike Sherov | 2014-08-14 | 2 | -10/+14 |
| | | | | Fixes #9724 | ||||
* | Build: Update jscs and fix some code style issues | Jörn Zaefferer | 2014-08-14 | 8 | -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 style | Mike Sherov | 2014-08-13 | 1 | -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 happens | Mike Sherov | 2014-08-13 | 1 | -3/+22 |
| | |||||
* | Sortable: fire "over" and "out" even when a connectWith hasn't changed | Andrei Picus | 2014-08-13 | 3 | -1/+109 |
| | | | | Fixes #9335 | ||||
* | Droppable: Account for draggable margins when detecting hover | Mike Sherov | 2014-08-13 | 2 | -4/+53 |
| | | | | Fixes #6876 | ||||
* | Build: Updating the master version to 1.11.2-pre. | Jörn Zaefferer | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | Authors: Update | Jörn Zaefferer | 2014-08-13 | 1 | -0/+1 |
| | |||||
* | Draggable: ignore overflow:hidden containers with scroll option | Mike Sherov | 2014-08-12 | 2 | -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 Sherov | 2014-08-12 | 1 | -10/+10 |
| | |||||
* | Draggable: consider offsets from overflow:hidden parents | Mike Sherov | 2014-08-12 | 3 | -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.scrollParent | Mike Sherov | 2014-08-12 | 1 | -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 Sherov | 2014-08-12 | 2 | -3/+2 |
| | |||||
* | Resizable: fix JSCS violations | Mike Sherov | 2014-08-11 | 2 | -76/+183 |
| | |||||
* | Droppable: only consider pointer location with tolerance "pointer" | Will Holley | 2014-08-10 | 2 | -10/+20 |
| | | | | Fixes #4977 Closes gh-991 | ||||
* | Droppable Tests: fix whitespace in droppable_options | Mike Sherov | 2014-08-10 | 1 | -22/+22 |
| | |||||
* | Droppable tests: swap $.ui.intersect test with tolerance test | Mike Sherov | 2014-08-10 | 2 | -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 consistency | TJ VanToll | 2014-08-08 | 1 | -1/+1 |
| | | | | Fixes #10525 | ||||
* | Build: Update DB version for release script | Rafael Xavier de Souza | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | Draggable Tests: Fix inconsistent operator spacing. | Mike Sherov | 2014-08-06 | 1 | -4/+4 |
| | |||||
* | Draggable: Fix several whitespace issues | Mike Sherov | 2014-08-06 | 1 | -12/+12 |
| | |||||
* | Tooltip: Treat the tooltip as closing until it's fully removed | Scott González | 2014-08-06 | 2 | -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: Update | Scott González | 2014-08-06 | 2 | -1/+6 |
| | |||||
* | Tests: Fix TestSwarm submissions for old jQuery | Scott González | 2014-08-06 | 1 | -2/+2 |
| | |||||
* | Resizable: account for padding & border in grids. | Mike Sherov | 2014-08-05 | 2 | -21/+72 |
| | | | | Fixes #10437 | ||||
* | Resizable: Fix containment width with relative parent. | Jyoti Deka | 2014-08-04 | 2 | -15/+61 |
| | | | | Refs #10140 Closes gh-1303 | ||||
* | Resizable: Fix containment calculation with relative parent | Mike Sherov | 2014-08-04 | 2 | -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: Whitespace | Scott González | 2014-08-01 | 1 | -23/+23 |
| | |||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 23 | -24/+24 |
| | |||||
* | Core: Ensure forms in tests have some actual content | Scott González | 2014-07-30 | 1 | -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 maps | Scott González | 2014-07-30 | 1 | -1/+1 |
| | | | | | The attribute selector requires quotes to be valid, but only new (unreleased) Sizzle has this requirement. | ||||
* | Core: Clean up selector tests | Scott González | 2014-07-30 | 1 | -169/+172 |
| | |||||
* | Selectmenu: Remove unused var in test | Scott González | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Don't check menu width in width option tests | Scott González | 2014-07-29 | 1 | -13/+1 |
| | |||||
* | Selectmenu: Preserve text selection when interacting with the widget | Scott González | 2014-07-29 | 1 | -0/+7 |
| | | | | | Fixes #10144 Closes gh-1295 | ||||
* | Selectmenu: Properly set width for button | Scott González | 2014-07-29 | 2 | -8/+26 |
| | | | | | Fixes #10145 Closes gh-1296 | ||||
* | Autocomplete: Fix styling for combobox demo | Scott González | 2014-07-24 | 1 | -4/+1 |
| | | | | Fixes #10059 | ||||
* | Autocomplete: ESCAPE should not change content of a MultiLine | Yermo Lamers | 2014-07-24 | 2 | -1/+31 |
| | | | | | Fixes #9790 Closes gh-1190 | ||||
* | Resizable: Fix size/position changes in resize event | Scott González | 2014-07-24 | 2 | -23/+58 |
| | | | | | Fixes #10351 Closes gh-1292 | ||||
* | Position: Support positioning within document with jQuery 1.6.x | Scott González | 2014-07-24 | 1 | -2/+5 |
| | | | | | Fixes #10071 Closes gh-1294 | ||||
* | Widget: Improve performance of cleanData method | Frederik Elvhage | 2014-07-24 | 1 | -2/+9 |
| | | | | | Fixes #9546 Closes gh-1291 | ||||
* | Datepicker: Abstract mouseover logic to avoid explicit event trigger | TJ VanToll | 2014-07-23 | 1 | -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 |