Skip to main content

Search and Top Navigation

#10626 closed bug (notabug)

Opened September 26, 2014 02:07PM UTC

Closed September 26, 2014 02:18PM UTC

Last modified September 26, 2014 02:27PM UTC

textarea inside draggable div

Reported by: RUDY102 Owned by:
Priority: minor Milestone: none
Component: ui.core Version: 1.9.2
Keywords: Cc:
Blocked by: Blocking:
Description

See http://jsfiddle.net/v8wh3sb4/14/

Provided code works fine under Chrome, but Firefox 31.0 does not allow to select the text inside textarea, IE 11 does not allow to select the text nor edit it.

Windows 7 x64

Attachments (0)
Change History (2)

Changed September 26, 2014 02:18PM UTC by tj.vantoll comment:1

resolution: → notabug
status: newclosed

It's actually the native draggable attribute causing this behavior and not jQuery UI. If you remove the draggable attribute this works as you're intending: http://jsfiddle.net/v8wh3sb4/15/.

Changed September 26, 2014 02:27PM UTC by RUDY102 comment:2

Thank you very much.