Search and Top Navigation
#14905 closed bug (fixed)
Opened January 20, 2016 05:39PM UTC
Closed February 09, 2016 07:24PM UTC
Draggable does not correctly blur when handle is clicked
Reported by: | dcherman | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.draggable | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When clicking on a handle on a draggable item, the active element is not correctly blurred if the click occurred on a descendent element due to a mismatch in two implementation of "did a click occur on this handle"
The implementation in _getHandle
is the correct one since the other one does not take into account whether or not the click occurred on a descendent element of the handle.
Related to #12472.