Closed
Bug 1125516
Opened 11 years ago
Closed 11 years ago
Ensure Selection closed at start of attachCaret()
Categories
(Firefox for Android Graveyard :: Text Selection, defect)
Tracking
(firefox38 fixed)
RESOLVED
FIXED
Firefox 38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: capella, Assigned: capella)
Details
Attachments
(1 file)
1.16 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
This is a followup we talked about back in bug 927882 comment #36 and bug 927882 comment #38 ... I wanted to wait until I could point to an actual issue caused by *not* doing the change.
There's a slight timing issue that leaves listeners attached to a page after SelectionHandler closes, which is harmless due to event-handler state-checking, but wastes cycles.
To trigger: 1) Long press into editable to startSelection, 2) tap into selection to attachCaret.
In some cases where IME auto-correct kicks in, we wind up closing the new caret and leaving the previous selection listeners.
Attachment #8554178 -
Flags: review?(wjohnston)
Assignee | ||
Comment 1•11 years ago
|
||
push to try, hammer on rc7 ...
https://tbpl.mozilla.org/?tree=Try&rev=8097a9e3a746
Assignee | ||
Comment 2•11 years ago
|
||
Review nag ping?
Updated•11 years ago
|
Attachment #8554178 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Updated•5 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
•