Closed
Bug 765072
Opened 13 years ago
Closed 13 years ago
All text is selected when one text selection handle moves over another
Categories
(Firefox for Android Graveyard :: Text Selection, defect)
Tracking
(firefox15 verified, firefox16 verified, firefox17 verified)
VERIFIED
FIXED
Firefox 16
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file)
2.91 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
It looks like we're running into weird issues with our fake mouse events. Maybe one handle is accidentally receiving the mouse event when the other handle moves over it, causing unexpected behavior.
Thinking about this now actually makes me wonder if that's the problem I encountered when I saw similar problems while developing my patch for bug 695173.
Assignee | ||
Comment 1•13 years ago
|
||
This patch prevents us from sending mouse events to the handles. This means that you can't move one handle to a point overlapping the other handle (stock browser does allow this), but this feels like a good compromise for now to prevent all the text from getting selected.
For the optimal solution, we'd have to figure out how to make the mouse event pass through the handle to the text under it, and I was having difficulty with that when working on bug 766789.
Assignee: nobody → margaret.leibovic
Attachment #635806 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #635806 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → Firefox 16
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•12 years ago
|
||
Uplifted to aurora as part of a roll-up patch:
https://hg.mozilla.org/releases/mozilla-aurora/rev/2fb0a358eaf6
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
status-firefox17:
--- → verified
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
•