Skip to main content

Search and Top Navigation

#4261 closed bug (fixed)

Opened March 02, 2009 04:06PM UTC

Closed June 19, 2013 10:17PM UTC

Last modified June 19, 2013 10:20PM UTC

Draggable: Inputs do not blur when clicking on a draggable

Reported by: lunchtimemama Owned by:
Priority: minor Milestone: 1.11.0
Component: ui.draggable Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:
Description

If an input is focused and the user clicks on an element which functions as a draggable handle, the input does not blur.

Attachments (0)
Change History (12)

Changed April 17, 2009 03:14AM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed September 02, 2009 03:27PM UTC by jzaefferer comment:2

Reproducable, both with and without handle: http://jsbin.com/uyuha/edit

Changed January 08, 2010 08:25PM UTC by nlg comment:3

Reproduced (FF 3.5.6 / jquery 1.8pre)

jquery.ui.mouse.js

Line 92: ($.browser.safari || event.preventDefault());

Has the following description:

preventDefault() is used to prevent the selection of text here -

however, in Safari, this causes select boxes not to be selectable

// anymore, so this fix is needed

If L92 is removed Safari/FF seem to propagate events properly.

Changed October 11, 2012 02:49PM UTC by scottgonzalez comment:4

milestone: 1.9.02.0.0

Changed October 15, 2012 08:07PM UTC by kenjiyamamoto comment:5

resolution: → fixed
status: newclosed

Changed October 15, 2012 08:44PM UTC by scottgonzalez comment:6

resolution: fixed
status: closedreopened

Changed October 25, 2012 02:34AM UTC by alorrorl comment:7

In Firefox 16 and 17 beta, the inputs do not even receive a click unless the input already has focus.

Changed October 27, 2012 08:19PM UTC by mikesherov comment:8

status: reopenedopen

Changed October 28, 2012 08:52PM UTC by mikesherov comment:9

summary: Inputs do not blur when clicking on a draggable handleDraggable: Inputs do not blur when clicking on a draggable

Changed October 29, 2012 12:42AM UTC by scottgonzalez comment:10

Related to #8399

Changed June 19, 2013 10:17PM UTC by Steven Luscher comment:11

resolution: → fixed
status: openclosed

Draggable: active element blurs when clicking on a draggable. Fixes #4261 - Draggable: Inputs do not blur when clicking on a draggable

Changeset: fcd1cafac8afe3a947676ec018e844eeada5b9de

Changed June 19, 2013 10:20PM UTC by mikesherov comment:12

milestone: 2.0.01.11.0