Closed
Bug 310318
Opened 19 years ago
Closed 19 years ago
IME composition string isn't rendered as selection text
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
VERIFIED
FIXED
People
(Reporter: masayuki, Unassigned)
References
Details
(Keywords: inputmethod, intl, regression)
IME composition string isn't renderd as selection text.
This is regression on 27 build. 26 build doesn't have this problem.
Is this regression of bug 307875? This bug chenged nsTextFrame.cpp.
This bug is blocker for Japanese testers.
Reporter | ||
Updated•19 years ago
|
Keywords: regression
Flags: blocking1.9a1+
Updated•19 years ago
|
Summary: IME composition string isn't renderd as selection text → IME composition string isn't rendered as selection text
Reporter | ||
Comment 2•19 years ago
|
||
This bug is regression of bug 307875. I tested without the patch.
Reporter | ||
Comment 3•19 years ago
|
||
from Japanese tester(VYV03354):
He said that this caused by nsTextFrame::SetSelected.
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/layout/generic/nsTextFrame.cpp&rev=1.526#3657
rbs:
Can we remove early return from nsTextFrame::SetSelected?
# Sorry I don't have much time, I'm working on some regressions in 1.8 branch.
Comment 4•19 years ago
|
||
-> All/All since it happens on Camino also (though I haven't yet checked it myself).
OS: Windows XP → All
Fixed by disabling the early return that was added in nsTextFrame::SetSelected.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•14 years ago
|
Keywords: inputmethod
You need to log in
before you can comment on or make changes to this bug.
Description
•