Closed
Bug 1166695
Opened 10 years ago
Closed 10 years ago
Japanese Chars in input field are duplicated after repaint of of "css table"
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
DUPLICATE
of bug 1162818
People
(Reporter: tauanz, Unassigned)
References
Details
(Keywords: inputmethod)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36
Steps to reproduce:
I created a small JSBin to reproduce the problem:
1. Open Firefox, go to this address: http://jsbin.com/cogeyiwako/1/edit?html,js,output
2. With your keyboard set to Japanese, type in the letter "お" (Hiragana, "o")
3. Wait 3 seconds (a hidden div will be set to display:block)
4. Click anywhere in the page (blur the input field)
Reprodicible also in v41.0a1 (2015-05-19) (Nightly)
Actual results:
The entered Japanese char is duplicated in the input field and the IME not active anymore in that character.
Expected results:
The input field should remain the same, even with the IME still active in the correct character.
Maybe someone with Japanese keyboard can test that.
Component: Untriaged → Layout: Text
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
status-firefox38:
--- → affected
status-firefox38.0.5:
--- → affected
status-firefox39:
--- → affected
status-firefox40:
--- → affected
status-firefox41:
--- → affected
status-firefox-esr31:
--- → affected
status-firefox-esr38:
--- → affected
Ever confirmed: true
Keywords: inputmethod
Version: 38 Branch → Trunk
Comment 2•10 years ago
|
||
Comment hidden (obsolete) |
Comment 4•10 years ago
|
||
So it seems like the issue is when the text input gets reframed while the IME is active, yes?
Flags: needinfo?(ehsan)
Comment 6•10 years ago
|
||
(In reply to Not doing reviews right now from comment #4)
> So it seems like the issue is when the text input gets reframed while the
> IME is active, yes?
Yes, my guess is that the second time that nsEditor::Init gets called (after the reframe) the IME gets into an inconsistent state, but Masayuki knows this stuff much better. Masayuki, can you please have a look? Thanks!
Flags: needinfo?(ehsan) → needinfo?(masayuki)
Comment 7•10 years ago
|
||
This must be a dup of bug 1162818.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(masayuki)
Resolution: --- → DUPLICATE
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•