Skip to content

1 8 stable #23

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

Open
wants to merge 325 commits into
base: main
Choose a base branch
from
Open

1 8 stable #23

wants to merge 325 commits into from

Conversation

Iamsolo0023
Copy link

No description provided.

scottgonzalez and others added 30 commits April 13, 2011 12:00
… 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)
scottgonzalez and others added 29 commits July 11, 2012 08:23
(cherry picked from commit 033f83f)

Conflicts:

	ui/jquery.ui.core.js
…ixes #8430 - draggable with sortable makes sortable event receive triggered wrong.

(cherry picked from commit dcea4f0)
…picker dialog has a negative z-index.

(cherry picked from commit cb44dc6)
…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
… 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)
@@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
dateFormat: 'dd-mm-yy',
Copy link
Author

Choose a reason for hiding this comment

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

correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.