Search and Top Navigation
#12472 closed bug (fixed)
Opened May 05, 2015 12:30PM UTC
Closed February 09, 2016 07:24PM UTC
Draggable handle does not allow unrelated elements to blur
Reported by: | Atletismo343 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.draggable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If a draggable container has an input field with focus, clicking on another draggable item does not cause the first input field to blur. This is an issue with functions like auto-save that rely on handling the blur event on input fields.
See this jsbin for example:
I would expect clicking on another draggable item to blur the existing element. The root cause appears to be related to this PR: https://github.com/jquery/jquery-ui/pull/1314
Discussion and potential fix in https://github.com/jquery/jquery-ui/pull/1548.