Closed
Bug 454191
Opened 17 years ago
Closed 14 years ago
del and backspace don't work on contenteditable nested inline nodes
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 439808
People
(Reporter: borgar, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Given a hierarchy of nodes where contenteditable node is inline, it's parent is also inline, and grandparent is block. Delete and backspace do nothing.
Reproducible: Always
Steps to Reproduce:
1. Create empty html document. (<html><body> </body></html> works)
2. Insert this markup: <p><span><b contenteditable="true">Editable text</b></span></p>
3. Load doc in browser and try to delete some characters.
Actual Results:
Nothing happens.
Expected Results:
Text gets deleted.
Reporter | ||
Updated•17 years ago
|
Summary: del and backspace don't work on contentediable nested inline nodes → del and backspace don't work on contenteditable nested inline nodes
Updated•17 years ago
|
Component: General → Editor
Product: Firefox → Core
QA Contact: general → editor
This bug happens for me as well, and still occurs in Firefox 3.0.5. I've always used the following line over the past months to test if the bug still exists:
<div><span><a contenteditable="true">foobar</a></span></div>
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•