Closed
Bug 1409722
Opened 8 years ago
Closed 5 years ago
Cursor invisible in front of inline element with border/background/etc
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: marijnh, Unassigned)
Details
Attachments
(1 file)
236 bytes,
text/html
|
Details |
In a contentEditable element, moving the cursor to right before an inline element appears to cause it it be drawn behind that element. If the element has a background or border, the cursor becomes invisible. (If the element has a transparent background, that color is overlaid over the cursor's color.)
Interestingly, the problem only occurs when moving the cursor to right in front of the element _from the left_, i.e. using the right-arrow key. When coming from the right, moving with the left-arrow key, the cursor is properly drawn on top of the element.
You can reproduce it with the 6-line HTML file attached.
Updated•8 years ago
|
Component: Keyboard Navigation → Editor
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•6 years ago
|
||
This is still happening in Firefox 68, and can be quite disorienting for users — when you can't see your cursor, it's hard to figure out what the UI state is.
Reporter | ||
Comment 2•5 years ago
|
||
This seems to be fixed in 77.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•