Closed
Bug 1189486
Opened 10 years ago
Closed 4 years ago
draggable element interferes with input elements
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 800050
People
(Reporter: gab_s, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36
Steps to reproduce:
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36
Trying to select text inside a text area which is a children of a draggable element doesn't work.
I am trying to select the text with the mouse by either double click on word or drag through text.
For instance:
<div id="draggableDiv" draggable="true">
<textarea class="textArea">Inside draggable (broken)</textarea>
</div>
Actual results:
No text is selected.
Workaround is to use the ALT or (SHIFT/LEFT or RIGHT) or see my jsfiddle for another alternative.
https://jsfiddle.net/gabs79/oa6mr2qa/6/
Expected results:
Text should have been selected.
Updated•10 years ago
|
Component: Untriaged → Drag and Drop
Product: Firefox → Core
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•10 years ago
|
||
FWIW, just ran into this issue, and I think it might be a dupe of this older bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=800050
Comment 2•8 years ago
|
||
When is this going to get fixed? Still happening in the latest builds.
Comment 3•7 years ago
|
||
Bugging me too, please fix...
Comment 5•7 years ago
|
||
I am also facing this issue in the latest version.
Comment 6•6 years ago
|
||
Still happening. Plenty reports on StaskOverflow
Comment 7•6 years ago
|
||
This still is occurring.
Comment 8•6 years ago
|
||
I'd also like to note this also seems to happen with any element with an onDrop
and onDrag
event, including file uploads.
Comment 10•5 years ago
|
||
- 1, Very bad bug this one...
Comment 11•5 years ago
|
||
Still happening, not a solution without breaking the functionality.
Comment 12•5 years ago
|
||
Still happening in Firefox 82.0.3. Works just fine in Chrome.
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(enndeakin)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•