Closed
Bug 34559
Opened 26 years ago
Closed 26 years ago
Editor hangs on IME input
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: mozeditor, Assigned: mjudge)
Details
(Keywords: inputmethod)
I've tried this on mac and winNT - don't know about linux:
Bring up Composer and go into IME mode. I used Japanese. Type "toyota" then
enter to commit. Then type "toyota" again then enter to commit. Then position
caret between the two toyota's. Try to type a character. Mozilla hangs.
I stepped through the InsertText() call in the editor and everything was ok. The
hang happens later. I beleive it is a DrawSelectionIterator method (looks like
it's contructor to me), which is why I've filed this against selection and
assigned to Mike.
I can't get a clean stack trace after this hang on mac; i'm hoping mike can on
windows. Mike, feel free to use my windows box for this. It's set up with IME
and a build that shows this problem.
Updated•26 years ago
|
Severity: normal → major
Priority: P3 → P1
Target Milestone: --- → M15
Comment 1•26 years ago
|
||
Eli,
Is this yours?- doesn't look like Profile bug
Comment 3•26 years ago
|
||
changing QA contact
Component: Profile Manager FrontEnd → Editor
QA Contact: gbush → elig
fixed as of today.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 5•26 years ago
|
||
[Montse QA assigned to teruko, since it requires using Japanese input method.]
Comment 7•26 years ago
|
||
Thanks!
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•