Closed
Bug 272964
Opened 20 years ago
Closed 20 years ago
Implement nsChildView::CancelIMEComposition()
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: masayuki, Assigned: mikepinkerton)
References
()
Details
(Keywords: intl)
Attachments
(1 file)
|
1.01 KB,
patch
|
mikepinkerton
:
review+
jaas
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
Implement |nsChildView::CancelIMEComposition|.
This is related bug 163572.
waverider will attach the patch.
note:
When CancelIMEComposition() called,
mView and current Input Manager should flush markedText.
InputManager abandone markedText by "markedTextAbandoned:",
"unmarkText" flush markedText.
InputManager received "unmarkText" send "unmarkText" to mView,
Flushing markedText is completed.
| Reporter | ||
Updated•20 years ago
|
Attachment #167737 -
Flags: review?(pinkerton)
| Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 167737 [details] [diff] [review]
Implement nsChildView::CancelIMEComposition()
r=pink
Attachment #167737 -
Flags: review?(pinkerton) → review+
| Reporter | ||
Updated•20 years ago
|
Attachment #167737 -
Flags: superreview?(bryner)
| Assignee | ||
Comment 3•20 years ago
|
||
josh can you take a gander at this? we don't need bryner to sr in cocoa widget.
| Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Camino0.9
Comment on attachment 167737 [details] [diff] [review]
Implement nsChildView::CancelIMEComposition()
Looks fine to me, but I haven't actually tested it. Assuming this works I have
no gripes with the code.
Attachment #167737 -
Flags: review+
landed on trunk
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Attachment #167737 -
Flags: superreview?(bryner) → superreview+
You need to log in
before you can comment on or make changes to this bug.
Description
•