Closed
Bug 1014244
Opened 11 years ago
Closed 11 years ago
Backspacing doesn't work right when composition is single character
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(1 file)
|
2.77 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
We only intercept setComposingText(), but that's not called during backspacing when the composition only has a single character...
| Assignee | ||
Comment 1•11 years ago
|
||
Intercept commitText in addition to setComposingText.
Attachment #8426558 -
Flags: review?(wjohnston)
Comment 2•11 years ago
|
||
Comment on attachment 8426558 [details] [diff] [review]
Make backspacing work with single-character compositions (v1)
Review of attachment 8426558 [details] [diff] [review]:
-----------------------------------------------------------------
Seems good. Sorry for the delay.
Attachment #8426558 -
Flags: review?(wjohnston) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
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
•