Search and Top Navigation
#9985 closed bug (duplicate)
Opened April 16, 2014 04:26PM UTC
Closed April 16, 2014 04:36PM UTC
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.
Attachments (0)
Change History (1)
Changed April 16, 2014 04:36PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #6642.