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)
Tracking
()
VERIFIED
FIXED
M16
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.
Comment 1•25 years ago
|
||
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
Assignee | ||
Comment 3•25 years ago
|
||
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
Assignee | ||
Comment 4•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•25 years ago
|
||
I verified this in 2000041410 M16 Win32 build.
Updated•15 years ago
|
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•