Open
Bug 1140689
Opened 10 years ago
Updated 5 years ago
execCommand: The backColor property is not working.
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: mahmoud_flashmx, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20150305021524
Steps to reproduce:
well, I was developing an HTML text editor, and all the properties listed in https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand worked fine but the backColor!!! and that's why I reported it.
Actual results:
Nothing, happened at all, it just doesn't work
Expected results:
The selected text backcolor in an iframe, should have changed.
![]() |
||
Comment 1•10 years ago
|
||
As far as I can tell we just don't support this command.
Component: DOM → Editor
Comment 2•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•