datepicker
Commits on Aug 26, 2017
-
Merge branch 'master' into datepicker
# Conflicts: # ui/i18n/datepicker-pt.js
Commits on May 31, 2017
Commits on May 17, 2017
-
Dialog: Fix shared event handler for modal dialogs
The old logic worked when all widgets of the same type used the same event namespace. However, now that each instance has its own namespace, we cannot use `_on()` for shared event handlers. Fixes #15182 Closes gh-1817
Commits on May 15, 2017
Commits on May 10, 2017
Commits on May 4, 2017
-
Position: Increase scrollbar test div to handle larger scrollbars
Fixes #15106 Closes gh-1811
Commits on May 2, 2017
-
Core: Fix JQMIGRATE warning about
jQuery.expr[":"]This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery. Fixes #15185 Closes gh-1773
-
Menu: Ignore mouse events triggered due to page scrolling
Fixes #9356 Closes gh-1806
-
Menu: Handle mouse movement mixed with keyboard navigation
Fixes #9357 Closes gh-1805
-
Menu: Don't focus dividers when wrapping via keyboard navigation
Fixes #15157 Closes gh-1804
-
Button: Fix backcompat when called on collection of mixed elements
Fixes #15109 Closes gh-1808
-
Sortable: Fix various scrolling issues
* Created _scroll extension point and migrated scroll code from _mouseDrag * Cleaned up logic for scrolled * Fixed appendTo functionality to match documentation * Remove unnecessary function calls * Move set-up position functions to appropriate place * Base scrollParent on placeholder and not helper * Update scrollParent when switching containers Fixes #3173 Fixes #15165 Fixes #15166 Fixes #15167 Fixes #15168 Fixes #15169 Fixes #15170 Closes gh-1793
Commits on Apr 25, 2017
-
Menu: Close menus immediately on selection or click outside
Fixes #15034 Closes gh-1807
Commits on Apr 24, 2017
-
Widget: Handle
Object.create(null)for options objectsFixes #15179 Closes gh-1809
Commits on Apr 19, 2017
-
Widget: Improve
removeevent bindings forclassesoptionsFixes #15078 Fixes #15082 Fixes #15095 Fixes #15136 Fixes #15152 Closes gh-1769
Commits on Apr 17, 2017
Commits on Apr 14, 2017
Commits on Apr 12, 2017
Commits on Mar 31, 2017
Commits on Mar 30, 2017
-
Merge branch 'master' into datepicker
# Conflicts: # ui/i18n/datepicker-sv.js # ui/widgets/datepicker.js
Commits on Mar 1, 2017
-
Datepicker: Corrections for Swedish localization
Months and weekdays should be in small caps in Swedish. https://sv.wikipedia.org/wiki/Versalisering Fixes #15142 Closes gh-1799
Commits on Feb 28, 2017
-
Widget: Don't swallow errors in
removeeventsThe try/catch was only there to support jQuery <1.6.3, which we no longer support. Ref jquery/jquery#3554