Closed Bug 700897 Opened 13 years ago Closed 9 years ago

[meta] Make IME handling simpler

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

defect
Not set
normal

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.
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
Component: Editor → Event Handling
Depends on: 975383
Keywords: meta
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
Component: Event Handling → User events and focus handling
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.