Closed
Bug 700897
Opened 13 years ago
Closed 9 years ago
[meta] Make IME handling simpler
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: inputmethod, meta)
Now, we can use DOM3 composition events for handling IME in editor.
The ideal goal is removing NS_TEXT_TEXT event from our code. But this bug's goal is to improve the editor's part and removing dispatcher code of NS_TEXT_TEXT in widget.
Assignee | ||
Comment 1•10 years ago
|
||
I changed my mind. If our editor depends on D3E CompositionEvent, it may become difficult to change our internal handling in some cases. However, current our IME handling could be simpler. So, I change this bug as a meta bug of the work.
Summary: Reimplement IME handling in editor with DOM3 composition events → Make IME handling simpler
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 2•9 years ago
|
||
Internal composition handling is already simplified with NS_COMPOSITION_CHANGE and NS_COMPOSITION_COMMIT(_AS_IS). So, we don't need to work on this anymore.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•6 years ago
|
Summary: Make IME handling simpler → [meta] Make IME handling simpler
You need to log in
before you can comment on or make changes to this bug.
Description
•