Closed
Bug 429308
Opened 16 years ago
Closed 13 years ago
Pressing backspace or delete doesn't work initially in contenteditable nodes
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(2 files)
This is probably very much related to bug 346523.
I noticed that a body with the contenteditable attribute set initially doesn't accept delete/backspace key inputs, it only works after you've typed something else in (you'll notice that the text will shift when doing that, another oddity).
The problem doesn't happen with designMode documents.
Also, I would think that a body with the contenteditable attribute set, would look the same as the designMode document.
Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•13 years ago
|
||
WFM with Firefox 6.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•