jquery-ui/tests/unit/draggable
Ryan Oriecuia 8c66934434 Draggable: Fix spurious blur in dialogs on mousedown
I was running into a problem with a popup menu control in a dialog; clicks
weren't working (but keyboard was working fine). It turned out that the menu
was getting destroyed before the click event could fire.

Tracked down the issue to the way draggable blurs focused controls; it was
doing the blur before it ran through the logic to figure out if the drag was
actually on the handle. I've moved the blur below these checks, so it'll only
blur things if it actually needs to handle the drag. Otherwise, it asserts no
opinion on what should and shouldn't be focused, which seems like the way
things ought to be.

Also, added a unit test to check for the expected behavior.

Fixes #15046
Closes gh-1730
2016-09-13 08:53:00 -04:00
..
all.html Tests: Switch to the new qunit-composite module 2015-04-07 09:03:36 -04:00
common.js Draggable: Shift to use no globals 2016-04-14 00:06:12 +05:30
core.js Draggable: Fix spurious blur in dialogs on mousedown 2016-09-13 08:53:00 -04:00
draggable.html Draggable: Fix options tests 2015-10-25 11:22:40 -04:00
events.js Draggable: Shift to use no globals 2016-04-14 00:06:12 +05:30
helper.js Draggable: Shift to use no globals 2016-04-14 00:06:12 +05:30
methods.js Draggable: Shift to use no globals 2016-04-14 00:06:12 +05:30
options.js Draggable: Shift to use no globals 2016-04-14 00:06:12 +05:30