Open
Bug 1428643
Opened 8 years ago
Updated 3 years ago
Can't type into contenteditable element with display:inline in some cases
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
334 bytes,
text/html
|
Details |
(follow-up from bug 1423331)
STEPS TO REPRODUCE
1. open the attached testcase
2. click on "Write here" (this should focus the element and display an editing caret)
3. double-click in the empty space below the text, inside the element
ACTUAL RESULTS
The element is still focused, but it doesn't display a caret and typing text into it doesn't work.
EXPECTED RESULTS
The element is still focused and displays a caret. Typing text into the element should work.
Note that this bug doesn't occur for display:block elements.
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•