Open
Bug 520760
Opened 16 years ago
Updated 5 years ago
Text cursor improperly shown before images in designMode
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: vvv444+firefox, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
When document.designMode="on" and the text cursor is placed before <img> element using the keyboard (left/right arrows) it isn't shown correctly. The cursor is only partly shown or hidden at all.
I would suppose the image draws on the top of the cursor.
Reproducible: Always
Steps to Reproduce:
1. Go to the web address provided.
2. Navigate the cursor with left/right arrow keys.
3. Put it just before the image.
Actual Results:
The cursor is either totally hidden if I moved it from the right or only a small bottom portion of it shown if I moved it from the left.
Updated•16 years ago
|
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
Version: unspecified → 1.9.1 Branch
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
•