Closed Bug 16811 Opened 25 years ago Closed 25 years ago

[DOGFOOD] IME bug-Return key deletes the characters

Categories

(Core :: Internationalization, defect, P1)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: teruko, Assigned: ftang)

References

Details

(Keywords: inputmethod)

When you type Japanese characters by using IME and hit the Return key to
go to next line, the characters you typed in the previous line will be deleted.

Steps of reproduce
1. Open the HTML Editor by selecting menu Tasks|Editor
2. Turn on IME by Alt+~
3. Type some Japanese characters in the first line and commit the characters
4. Hit the return key

The Japanese characters you typed in step3 will be deleted.
Sometimes when you type in the first line of the Editor, you cannot reproduce
this.  However, from second line of the Editor, this is reproduciable.

Tested 10-19-08 Win32 build.
Blocks: 16127
Summary: IME bug-Return key deletes the characters → IME bug-Return key deletes the characters
Adding dependency
Summary: IME bug-Return key deletes the characters → [DOGFOOD] IME bug-Return key deletes the characters
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M11
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
find the problem
The problem is we insert 0 character in the nsHTMLEditor . Which later got treat
as end of string in the html rule code.

Kathy review my change. I check in the fix today.
Status: RESOLVED → VERIFIED
I verified this in 10-28-08 Win32 build.
You need to log in before you can comment on or make changes to this bug.