Search and Top Navigation
#13578 new bug ()
Opened July 11, 2015 06:21AM UTC
Last modified July 11, 2015 06:21AM UTC
Clicking sub-element in draggable handle does not blur active element
Reported by: | NMcCloud | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am not entirely sure why the draggable was modified in 1.11 to blur the active element when clicking it, but when a sub-element within the handle is clicked, it does not blur the active element; which, I am assuming is what is desired. In any case, in the _blurActiveElement function of the draggable widget, shouldn't the this.handleElement.is( event.target ) statement actually be this.handleElement.has( event.target )
Thanks,
Ken