Opened 9 years ago
Closed 9 years ago
#9985 closed bug (duplicate)
Input doesn't blur with mouse module
Reported by: | dfournier | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.mouse | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Because mousedown event default behavior is prevented, focus is maintained in the input while dragging or clicking on draggable element.
Checkout http://jsbin.com/tadibodi/1/edit
A solution would be to blur active element in the _mouseDown handler.
Note: See
TracTickets for help on using
tickets.
Duplicate of #6642.