Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Dialog: Track the instance as soon as the dialog is opened | Scott González | 2014-07-23 | 1 | -3/+12 |
| | | | | Fixes #10152 | ||||
* | Build: Upgrade to jquery-mousewheel 3.1.12 | Scott González | 2014-07-22 | 4 | -5/+27 |
| | |||||
* | Dialog: Fix stacking of modal dialog overlays | Scott González | 2014-07-17 | 1 | -0/+8 |
| | | | | | Fixes #10138 Closes gh-1286 | ||||
* | Resizable: Remove accidental exposure of internal data in events | Jyoti Deka | 2014-07-16 | 1 | -8/+6 |
| | | | | | Fixes #10148 Closes gh-1279 | ||||
* | Tabs: Work around bad Safari/VoiceOver heuristics | Monika Piotrowicz | 2014-07-16 | 1 | -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 line | Jacques Perrault | 2014-07-16 | 1 | -1/+1 |
| | | | | | Fixes #7953 Closes gh-1277 | ||||
* | Draggable: Manage ui-draggable-handle correctly in nested instances | TJ VanToll | 2014-07-15 | 2 | -6/+17 |
| | |||||
* | Draggable: Only apply ui-draggable-handle within the draggable instance | TJ VanToll | 2014-07-15 | 2 | -3/+9 |
| | | | | | Fixes #10212 Closes gh-1284 | ||||
* | Effect: Create a local jQuery variable to make jQuery Color work | Scott González | 2014-07-15 | 1 | -1/+5 |
| | | | | | Fixes #10199 Closes gh-1282 | ||||
* | Datepicker: Set explicit button text in demo | Scott González | 2014-07-15 | 1 | -1/+2 |
| | | | | | Fixes #9626 Closes gh-1283 | ||||
* | Datepicker: reject dates with two year digits when expecting 'yy' | Rodrigo Menezes | 2014-07-14 | 2 | -2/+5 |
| | | | | | Fixes #8353 Closes gh-1248 | ||||
* | Spinner: Fix inclusion of mousewheel plugin in demos | Scott González | 2014-07-12 | 6 | -6/+6 |
| | | | | Fixes #10188 | ||||
* | Dialog demo: Remove a duplicate (and incorrect) script include | TJ VanToll | 2014-07-10 | 1 | -1/+0 |
| | |||||
* | Theme: Add support comments for filter properties | Scott González | 2014-07-09 | 4 | -8/+8 |
| | |||||
* | Progressbar: replace image reference in base CSS with data URI | Usman Akeju | 2014-07-08 | 2 | -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 changes | Scott González | 2014-07-02 | 2 | -1/+6 |
| | | | | | Fixes #10105 Closes gh-1268 | ||||
* | Build: Update license | Scott González | 2014-06-27 | 2 | -6/+24 |
| | | | | Closes gh-1257 | ||||
* | Build: Updating the master version to 1.11.1-pre. | Jörn Zaefferer | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Build: Update DB version for releases | Jörn Zaefferer | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Tests: Use closeEnough() to account for rounding differences | TJ VanToll | 2014-06-25 | 1 | -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 | ||||
* | Bower: Change jquery dependency to >=1.6 (don't limit max version) | Scott González | 2014-06-24 | 2 | -4/+5 |
| | | | | | Fixes #10110 Closes gh-1266 | ||||
* | Build: Upgrade to grunt-bowercopy 1.1.0 | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | Ref gh-1266 | ||||
* | Test: Get all jQuery versions from Bower | Scott González | 2014-06-24 | 46 | -9844/+10363 |
| | | | | Ref gh-1266 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 223 | -281/+364 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Datepicker: Define en and en-US locales based on defaults | Scott González | 2014-06-16 | 1 | -0/+2 |
| | | | | | Fixes #6682 Closes gh-1269 | ||||
* | Dialog: Honor preventDefault when managing focus | Jörn Zaefferer | 2014-06-10 | 2 | -3/+26 |
| | | | | | | | | 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 element | Jörn Zaefferer | 2014-06-10 | 2 | -8/+10 |
| | | | | | | | | | | | 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 | ||||
* | travis: Remove node 0.8, add node 0.10 | Timo Tijhof | 2014-05-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Travis is failing on two accounts: * "Error: No compatible version found: minimatch@'^0.3.0'" (because the version of npm that shipped with 0.8 doesn't support ^ * npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) Closes gh-1258 | ||||
* | Dialog: Fix off() -> unbind() for jQuery 1.6 compat | Timo Tijhof | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256 | ||||
* | Spinner: Don't change value when changing min/max options | David Petersen | 2014-05-26 | 2 | -4/+3 |
| | | | | | Fixes #9703 Closes gh-1252 | ||||
* | Tests: Add widget option | David Petersen | 2014-05-26 | 1 | -3/+3 |
| | | | | | | Allows running qunit tests for a single widget Closes gh-1254 | ||||
* | Build: Update DB version for release script | Jörn Zaefferer | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | README: Remove content that exists on the contribute site | Scott González | 2014-05-20 | 1 | -38/+1 |
| | |||||
* | Tabs: Move `aria-expanded` from active panel to active tab | David Petersen | 2014-05-19 | 2 | -73/+71 |
| | | | | | Fixes #9622 Closes gh-1251 |