Closed
Bug 965800
Opened 12 years ago
Closed 10 years ago
Text cursor (caret) ignores mouse click on inputs with draggable parent
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 739071
People
(Reporter: f.occhipinti, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36
Steps to reproduce:
On text inputs and text areas children of a draggable element, like in the following markup:
<div draggable="true">
<input type='text' spellcheck='false' value="firefox"></input>
<textarea type='text' spellcheck='false' >firefox</textarea>
</div>
I click with the mouse in the middle of the text, then i try to click on several points in the text
live demo here http://jsfiddle.net/k43QZ/1/
Actual results:
the textual cursor (caret) is placed to the beginning. the caret ignores mouse clicks, it can be moved just with the arrow keys.
Expected results:
the caret should move to the place in the text when the mouse click occurs
![]() |
||
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Mac OS X → All
Version: 26 Branch → Trunk
Comment 1•10 years ago
|
||
Hi reporter,
I have managed to reproduce your issue but this one is a duplicate of an older bug. I'm updating it accordingly.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•