Closed
Bug 974560
Opened 11 years ago
Closed 11 years ago
"Assertion failure: mLastData == aTextEvent->theText" when inputting text in debug build
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(1 file)
|
4.22 KB,
patch
|
cpeterson
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•11 years ago
|
||
We are supposed to send a compositionupdate event for every text event. This patch sends the missing composition events. For keys with multiple action, that code should never be reached and I removed the code that was sending text events.
Attachment #8378608 -
Flags: review?(cpeterson)
Comment 2•11 years ago
|
||
Comment on attachment 8378608 [details] [diff] [review]
Send compositionupdate event for each text event (v1)
Review of attachment 8378608 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #8378608 -
Flags: review?(cpeterson) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
Comment 6•11 years ago
|
||
Thank you for the bug of compositionupdate event.
FYI: I'll move the compositionupdate dispatcher from every widget to TextComposition for avoiding widget dependent bugs like this. See bug 975383.
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
•