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
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/.