Opened 8 years ago
Closed 7 years ago
#12472 closed bug (fixed)
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: http://jsbin.com/gayisa/1/
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
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → open |
---|
comment:3 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Fixed in 63c103dd540897c9df0c064da36e5cf40b824518.
Note: See
TracTickets for help on using
tickets.
Discussion and potential fix in https://github.com/jquery/jquery-ui/pull/1548.