Delete doesn't work correctly on contenteditable=false spans nested in contenteditable=true elements after initial click
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | wontfix |
firefox67 | --- | wontfix |
firefox67.0.1 | --- | wontfix |
firefox68 | --- | fix-optional |
firefox69 | --- | affected |
People
(Reporter: ioana_damy, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [h2review-noted])
Attachments
(1 file)
945 bytes,
text/html
|
Details |
Updated•14 years ago
|
Reporter | ||
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Comment 6•7 years ago
|
||
Comment 7•6 years ago
|
||
Still facing this issue on the latest version of Firefox (v66.0.3).
Comment 8•6 years ago
|
||
Issue confirmed on Firefox 66.0.3 (64-bit).
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Happens also for me on Windows 10 version 70.0b14 (64-bit)
Very annoying bug which is super critical for my tags component (github.com/yairEO/tagify) to work properly
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Bug still exists in Firefox mac 78.0.1 (a colleague said she sees in on windows)
Even if you inspect a content editable field, edit its html and then add <span contenteditable="false">hello?</span>
it wont be deleteable.
Note: we have notice that contenteditable="false"
elements added while focussed are able to be deleted, but if you blur and refocus or they pre exist before focus the are not able to be deleted.
I also noticed that if i add a <span contenteditable="true"></span>
after the contenteditable="false"
el (which cant be deleted) that the act of deleting the contenteditable="true"
one seemed to make it possible to delete the contenteditable="false"
one.
So thats how I will be "fixing" this issue currently, which is awful :(
Comment 11•5 years ago
|
||
Let's track this in bug 1665167.
Description
•