jquery-ui/ui/widgets
Scott González 5708046ea1 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
2017-05-17 11:29:09 -04:00
..
accordion.js Accordion: Disable maxLineLength for description meta 2016-04-13 11:32:17 -04:00
autocomplete.js All: Remove uses of jQuery.proxy() 2017-05-17 11:17:17 -04:00
button.js Button: Fix backcompat when called on collection of mixed elements 2017-05-02 15:11:24 -04:00
checkboxradio.js Form: Rename from .form() to ._form() since its not for public use 2016-10-11 10:15:04 -04:00
controlgroup.js Core: Fix JQMIGRATE warning about jQuery.expr[":"] 2017-05-02 15:28:51 -04:00
datepicker.js Datepicker: Fix prev/next button behavior with showCurrentAtPos 2017-01-25 11:14:57 -05:00
dialog.js Dialog: Fix shared event handler for modal dialogs 2017-05-17 11:29:09 -04:00
draggable.js Draggable: Fix spurious blur in dialogs on mousedown 2016-09-13 08:53:00 -04:00
droppable.js Droppable: Use $.ui.intersect() 2016-10-03 09:16:41 -04:00
menu.js Menu: Ignore mouse events triggered due to page scrolling 2017-05-02 15:16:17 -04:00
mouse.js Mouse: Fix line length issues 2016-04-13 11:31:45 -04:00
progressbar.js Progressbar: Disable maxLineLength for description meta 2016-04-13 11:32:12 -04:00
resizable.js Resizable: Keep user-provided handles on destroy 2017-04-17 14:58:12 -04:00
selectable.js Selectable: Proper handling of inner scrolling 2016-04-21 16:11:37 +02:00
selectmenu.js Selectmenu: Don't render options with the hidden attribute 2016-11-16 12:52:15 -05:00
slider.js Slider: Add demo for custom handle 2016-09-13 08:41:33 -04:00
sortable.js Sortable: Fix various scrolling issues 2017-05-02 13:34:02 -04:00
spinner.js Spinner: Ignore mousewheel events when not focused 2017-02-21 12:45:19 -05:00
tabs.js Core: Fix JQMIGRATE warning about jQuery.expr[":"] 2017-05-02 15:28:51 -04:00
tooltip.js Tooltip: Clear interval for delayed tracking tooltips on remove 2016-11-16 12:12:22 -05:00