Skip to main content

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:

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

Attachments (0)
Change History (3)

Changed May 05, 2015 01:42PM UTC by scottgonzalez comment:1

status: newopen

Discussion and potential fix in https://github.com/jquery/jquery-ui/pull/1548.

Changed January 25, 2016 03:29PM UTC by scottgonzalez comment:2

See also #14905.

Changed February 09, 2016 07:24PM UTC by scottgonzalez comment:3

milestone: none1.12.0
resolution: → fixed
status: openclosed

Fixed in 63c103dd540897c9df0c064da36e5cf40b824518.