Skip to main content

Search and Top Navigation

#10230 closed bug (duplicate)

Opened July 16, 2014 04:56PM UTC

Closed August 18, 2014 11:14AM UTC

Draggable improperly blurs in certain cases

Reported by: dcherman1 Owned by:
Priority: minor Milestone: none
Component: ui.draggable Version: 1.11.0
Keywords: Cc:
Blocked by: Blocking:
Description

JSFiddle: http://jsfiddle.net/JGw96/

In _mouseCapture occurs in draggable, the first thing is does is blur the activeElement if it's not the body, then it's checking to see whether or not the mousedown event should have been handled in the first place.

In my case, I have a handle defined, so _mouseCapture will end up returning false since it shouldn't handle that specific event. I think that in those cases, the activeElement should not have been blurred.

Attachments (0)
Change History (1)

Changed August 18, 2014 11:14AM UTC by mikesherov comment:1

resolution: → duplicate
status: newclosed

Duplicate of #10527.That's true, and we fixed this in #10527