New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 8 stable #1851
1 8 stable #1851
Conversation
… Incorrect dateFormat in jquery.ui.datepicker-nl.js. (cherry picked from commit 3af0923)
…day name for Slovak localization. (cherry picked from commit 59c787f)
… and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6.
…px transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined) (cherry picked from commit 5058ac3)
(cherry picked from commit fe3b36b)
…event binding in Datepicker initialization. (cherry picked from commit 74d195e)
…ntainer. Fixed #4445 containment ignored when scrolling in overflow div (cherry picked from commit d620749)
…s.jqueryui.com/ticket/6702 (cherry picked from commit 2bf061e)
… #7270. (cherry picked from commit b1c8a13)
…avascriptPacker. (cherry picked from commit f505de6)
….parseDate does not work for some locale date strings. (cherry picked from commit a891e81)
…xed #6704 - Display overflow when multiple datepickers have different numberOfMonths. (cherry picked from commit fc97ccd)
…ehavior was inconsisten between BUTTON and A elements. (cherry picked from commit a7f1659)
…ess to prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out
…iginalEvent. Fixed #4333 - Nested draggables problem in IE (cherry picked from commit 9c50bdf)
… #6948 - Resizable autoHide Doesn't Work With Resizable's disable (cherry picked from commit 0e2bc5e)
…prop()/.attr() compat. Fixes #7354 - Autocomplete: Scrollable results don't visually update with jQuery 1.6.
… of dates even if only 5 are needed. (cherry picked from commit ac459ff)
…rtable Demo duplicates DOM Ids. (cherry picked from commit 98fcb47)
…andle creation. (cherry picked from commit 7fb6ca1)
… option in Firefox. Fixed #7322 - datepicker: Year would disappear when changing option. (cherry picked from commit a645630)
…. Fixed #6850 - Disable datepicker should disable month and year dropdowns. (cherry picked from commit 4585182)
…s 6 rows of dates even if only 5 are needed." This reverts commit 5e1032e.
…322 - Year selector disappears after setting an option in Firefox (cherry picked from commit a6227be)
…ucing size of some CSS (cherry picked from commit 5a5fc9f)
…ed to buttonsets. Fixed #6796. jQueryui - buttonset on rtl (cherry picked from commit 50a4186)
…Fixes #5626 - DatePicker doesn't work inside fixed div. (cherry picked from commit 147ec7b)
(cherry picked from commit 8f71acc)
…ith 1.8 core Backport of commit 4e3d31e
…with 1.8 core backport of ed64ccf
…st. Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed. (cherry picked from commit e68bee9)
…8480 - Datepicker 1.8.22 escaped id does not work. (cherry picked from commit 30b579f)
…484 - Text of buttons in dialog is not shown with jquery 1.8.0.
…ze. Fixes #8115 - Easings: Simplify equations to only rely on state. (cherry picked from commit c0093b5) Conflicts: ui/jquery.effects.core.js
…Compat; Position still uses $.curCSS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can anyone explain why it's calling .offset(function(_ offset) {return offset}).offset()? Master is calling .offset().left, without this hoop-jumping.
(I ask because I'd love to see #8254 fixed in this branch. Yes, I have an app that is still stuck on 1.3.2...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #470 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. my github-fu was not strong enough to find that. :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This causes the dialog to jump when resizing. Open the default dialog demo, resize from the bottom right and notice the top left of the dialog will move.
… lists don't work properly with sortable. (cherry picked from commit 2b899cc)
…receive events on nested sortables. (cherry picked from commit b9ef00f) Conflicts: ui/jquery.ui.sortable.js
…calization Issue: the monthNameShort in Chinese is wrong. (cherry picked from commit a922d4d)
…as parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different (cherry picked from commit bce0838)
…x option leaves iframes in DOM when using a selector. (cherry picked from commit 19a9d57)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it works good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why I just thought about this, but I feel like we should be doing something like $.ui.css = $.curCSS || $.css rather than punching a method that other people might be using to test for 1.8 support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a silly thing to use for testing version numbers.
|
Andrew Powell seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
No description provided.