Closed
Bug 29719
Opened 26 years ago
Closed 25 years ago
IME key events sent twice on NT
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
WONTFIX
M16
People
(Reporter: mozeditor, Assigned: ftang)
Details
Hey Frank, here is the bug I promised you. See bug 23558, where Mike and I put
in a workaround for every ime event getting sent twice. Put a breakpoint at the
beginning of nsHTMLEditor::SetCompositionString() and you'll see what I mean.
I don't know if this happens on other windows os besides NT. It doens't happen
on mac or linux.
| Assignee | ||
Comment 1•26 years ago
|
||
not a beta1 issue but we should look at it to improve performance.
Status: NEW → ASSIGNED
Target Milestone: M15
| Assignee | ||
Comment 3•26 years ago
|
||
m_kato@ga2.so-net.ne.jp can you help to fix this bug ?
Comment 4•25 years ago
|
||
I checked this in yesterday's source tree, it is no longer there.
I believe it has been fix by somebody.
Add jfrancis here.
jfrancis, should we remove your tempory fix for bug 23558?
I removed it in my local tree, and 23558 can not be reproduced.
Or you might believe those code should be left there?
| Assignee | ||
Comment 5•25 years ago
|
||
I look at it. Normally the SetCompositionString will be only called once except
the ESC key . Mark it won't fix.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•