aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Dialog: Track the instance as soon as the dialog is openedScott González2014-07-231-3/+12
| | | | Fixes #10152
* Build: Upgrade to jquery-mousewheel 3.1.12Scott González2014-07-224-5/+27
|
* Dialog: Fix stacking of modal dialog overlaysScott González2014-07-171-0/+8
| | | | | Fixes #10138 Closes gh-1286
* Resizable: Remove accidental exposure of internal data in eventsJyoti Deka2014-07-161-8/+6
| | | | | Fixes #10148 Closes gh-1279
* Tabs: Work around bad Safari/VoiceOver heuristicsMonika Piotrowicz2014-07-161-19/+23
| | | | | | | | Move disabled tab click handlers from the container to the tablist to prevent panel contents from being announced as clickable. Fixes #10098 Closes gh-1261
* Datepicker: Show year/month on the same lineJacques Perrault2014-07-161-1/+1
| | | | | Fixes #7953 Closes gh-1277
* Draggable: Manage ui-draggable-handle correctly in nested instancesTJ VanToll2014-07-152-6/+17
|
* Draggable: Only apply ui-draggable-handle within the draggable instanceTJ VanToll2014-07-152-3/+9
| | | | | Fixes #10212 Closes gh-1284
* Effect: Create a local jQuery variable to make jQuery Color workScott González2014-07-151-1/+5
| | | | | Fixes #10199 Closes gh-1282
* Datepicker: Set explicit button text in demoScott González2014-07-151-1/+2
| | | | | Fixes #9626 Closes gh-1283
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-142-2/+5
| | | | | Fixes #8353 Closes gh-1248
* Spinner: Fix inclusion of mousewheel plugin in demosScott González2014-07-126-6/+6
| | | | Fixes #10188
* Dialog demo: Remove a duplicate (and incorrect) script includeTJ VanToll2014-07-101-1/+0
|
* Theme: Add support comments for filter propertiesScott González2014-07-094-8/+8
|
* Progressbar: replace image reference in base CSS with data URIUsman Akeju2014-07-082-1/+1
| | | | | | | | | The CSS for the Progressbar widget contained a reference to "images/animated-overlay.gif", which is not included in custom jQuery UI builds with "no theme" selected. This replaces the reference with a data URI. Fixes #10134 Closes gh-1276
* Slider: Reset positioning when orientation changesScott González2014-07-022-1/+6
| | | | | Fixes #10105 Closes gh-1268
* Build: Update licenseScott González2014-06-272-6/+24
| | | | Closes gh-1257
* Build: Updating the master version to 1.11.1-pre.Jörn Zaefferer2014-06-261-1/+1
|