Closed
Bug 767799
Opened 13 years ago
Closed 12 years ago
Text selection code is adding click events every time selection handle is moved
Categories
(Firefox for Android Graveyard :: Text Selection, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 667243
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
See url, this was already a problem with the old code, causing various bugs. Notice that while going with the drag handles over form controls.
In bug 669816, I attached a patch that doesn't use shift-mouse clicks to change the selection, but uses mousedown, then mousemove events to change the selection:
https://bugzilla.mozilla.org/attachment.cgi?id=549113
It seemed to work fine at the time.
But instead of that, you could also generate mousemove and then use rangeParent and rangeOffset properties to set the selection programmatically. See also discussion about that in bug 681387.
| Reporter | ||
Updated•13 years ago
|
Blocks: text-selection
Whiteboard: 695173
Updated•12 years ago
|
Component: General → Text Selection
Comment 2•12 years ago
|
||
This will be fixed by bug 667243.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•