Skip to content
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

Closed
wants to merge 325 commits into from
Closed

1 8 stable #1851

wants to merge 325 commits into from

Conversation

RSon84
Copy link

@RSon84 RSon84 commented Jan 26, 2018

No description provided.

scottgonzalez and others added 30 commits Apr 13, 2011
… 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)
…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)
….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)
… 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)
luisdalmolin and others added 16 commits Jul 17, 2012
…Fixes #5626 - DatePicker doesn't work inside fixed div.

(cherry picked from commit 147ec7b)
…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
SeanMcMillan
Copy link

@SeanMcMillan SeanMcMillan commented on bfbc0b1 Apr 23, 2012

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...)

scottgonzalez
Copy link
Member

@scottgonzalez scottgonzalez commented on bfbc0b1 Apr 23, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SeanMcMillan
Copy link

@SeanMcMillan SeanMcMillan commented on bfbc0b1 Apr 23, 2012

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. :-(

scottgonzalez
Copy link
Member

@scottgonzalez scottgonzalez commented on bfbc0b1 Aug 19, 2012

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.

Martin Hoch and others added 5 commits Aug 23, 2012
… 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)
qinbx
Copy link

@qinbx qinbx commented on 98772fd Sep 12, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it works good.

gnarf
Copy link
Member

@gnarf gnarf commented on 98772fd Sep 12, 2012

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.

scottgonzalez
Copy link
Member Author

@scottgonzalez scottgonzalez commented on 98772fd Sep 12, 2012

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.

@jsf-clabot
Copy link

@jsf-clabot jsf-clabot commented Jan 26, 2018

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 15 committers have signed the CLA.

kborchers
scottgonzalez
Lopo
rdworth
adambaratz
ef4
whittet
webghost
kzys
eikes
carsonmcdonald
gplocke
Andrew Powell
gnarf
dcneiner


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.

@arschmitz arschmitz closed this Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet