Open
Bug 697849
Opened 14 years ago
Updated 5 years ago
Overtyping an entire paragraph using IME sometimes causes the follow up text at the IP to not be displayed
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: maxst, Unassigned)
Details
(Keywords: inputmethod)
Attachments
(1 file)
|
2.24 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
I've attached a reduced repro page. Here are the repro steps:
1) Load FirefoxContentChange.htm in Firefox (I was using 7.0.1)
2) Click in the word "second" in the design mode iframe
3) Type using the Japanese IME
4) Leave the IME in an undetermined state for a couple seconds until another "populateContent completed" appears. The typed text will disappear and the IP will go to the beginning of the paragraph.
5) continue typing
Actual results:
The IP blinks but no new text appears.
Expected results:
A new range of IME text to begin typing.
Since the EOP is selected, the first character of IME typing is eaten. In firefox, this is resulting in the broken undetermined state.
Updated•14 years ago
|
Attachment #570099 -
Attachment mime type: text/plain → text/html
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Editor
Ever confirmed: true
Keywords: inputmethod
Product: Firefox → Core
QA Contact: general → editor
Version: 7 Branch → Trunk
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•