Closed
Bug 14648
Opened 26 years ago
Closed 26 years ago
Setting bgcolor attribute on document body doesn't work.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: bijals, Assigned: troy)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Steps: 1) Launch Editor 2) Set background color from icon to red 3) Click the same icon and choose another color Actual Results: no change from red to the new color Expected Results: New color should be set as page background Build Date and Platform: 1999092208 on WinNT
Comment 2•26 years ago
|
||
Updated•26 years ago
|
Assignee: cmanske → troy
Summary: Could not change a background color after setting it once → Setting bgcolor attribute on document body doesn't work.
Comment 3•26 years ago
|
||
This will probably be found by normal DOM testing. I've attached a test file that you can load in viewer. In viewer, the color isn't set at all. In editor, it seems to set it the first time we call the body tag's setAttribute("bgcolor", <color>), but not on subsequent calls.
Updated•26 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•