Closed Bug 34908 Opened 25 years ago Closed 25 years ago

[IME] [regression] Before commit the JA characters, ESC key does not delete chars

Categories

(Core :: Internationalization, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: teruko, Assigned: mozeditor)

References

Details

(Keywords: inputmethod)

You can delete Japanese characters before commit by using ESC key, but this does not work in Composer Steps of reproduce 1. Open Composer 2. Turn on IME 3. Type Japanese characters (at this time, do not hit enter to commit) 4. Hit ESC key Notice that the characters were not deleted. This used to work. Tested 2000040609 Win32 and Mac build.
sound like regression... joe- do you change some code recently ?
Assignee: ftang → jfrancis
Summary: [IME] Before commit the JA characters, ESC key does not delete chars → [IME] [regression] Before commit the JA characters, ESC key does not delete chars
Blocks: 35012
Is this Windows-specific or cross-platform?
Target Milestone: --- → M16
hmm. someting must have changed in how escape key events are handled. I have a fix for nsHTMLEditor::EditorKeyPress() that enables IME escape processing. But I think what caused this bug was a change outside of editor, because the EditorKeyPress() code hasn't changed. Then there was an additional problem of the text insertion code not allowing empty strings, which I have also fixed. I'll check this in today, tree willing.
Status: NEW → ASSIGNED
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
I verified this in 2000041410 M16 Win32 build.
You need to log in before you can comment on or make changes to this bug.