Open
Bug 1290009
Opened 9 years ago
Updated 4 years ago
handle <del> like <strike> for execCommand, like it was done for strong/b, and em/i
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: cyril.auburtin, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.30 Safari/537.36
Steps to reproduce:
https://jsfiddle.net/kbre3dqs/
Actual results:
the toggling (striked/not striked) doesn't work on <del>
Expected results:
strikethough should work on <strike> and <del>
it works for <strong> and <b>, and for <em> and <i> so that could be consistent to do it for <del>
note: same issue on Chrome
Comment 1•9 years ago
|
||
something similar to bug 317093, there "strong", "em", and "s" are supported.
Component: Untriaged → Editor
Product: Firefox → Core
| Reporter | ||
Comment 2•9 years ago
|
||
yes, now it's fixed, complete example: https://jsfiddle.net/crl/kbre3dqs/1/
| Reporter | ||
Comment 3•9 years ago
|
||
sorry I meant https://jsfiddle.net/crl/kbre3dqs/2/ with <s>, thanks, we can close it
Updated•9 years ago
|
Priority: -- → P3
Comment 4•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•