Closed
Bug 732634
Opened 13 years ago
Closed 13 years ago
Preserve IME option bits when toggling IME action bits on AwesomeBar Go/Search mode change
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 13
People
(Reporter: cpeterson, Assigned: cpeterson)
Details
Attachments
(1 file)
1.49 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
GeckoInputConnection.java's mText.setImeOptions(imeAction) would overwrite any IME option bits instead of OR'ing them with the new IME action bit.
Assignee | ||
Comment 1•13 years ago
|
||
Preserve IME option bits when toggling IME action bits on AwesomeBar Go/Search mode change.
Attachment #602541 -
Flags: review?(doug.turner)
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → cpeterson
Updated•13 years ago
|
Attachment #602541 -
Flags: review?(doug.turner) → review+
Updated•13 years ago
|
Keywords: checkin-needed
Comment 2•13 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 13
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
•