Open
Bug 1183844
Opened 9 years ago
Updated 2 years ago
queryCommandValue('backColor') always returns 'transparent'
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
Test case: http://jsfiddle.net/4Wk2X/11/
Steps:
- Select text
Expected:
- Alert either red or yellow
Actual:
- Alert 'transparent'
This affects Yahoo Mail editor, bug 1154830.
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
not always but the bug is that after executing backColor, the change isn't shown in queryCommandValue('backcolor')
http://jsfiddle.net/crl/mL5y8ehw/
Updated•3 years ago
|
Webcompat Priority: --- → ?
Comment 3•2 years ago
|
||
Unsetting webcompat priority as this is no longer affecting yahoo mail based on comment https://bugzilla.mozilla.org/show_bug.cgi?id=1154830#c8
Webcompat Priority: ? → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•