Closed
Bug 86120
Opened 24 years ago
Closed 24 years ago
Need nsEditorShell::getbackgroundcolor
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jelwell, Assigned: rubydoo123)
References
()
Details
I could use an interface to get the background color.
Comment 1•24 years ago
|
||
How about getting the <body> element and then calling getAttribute("bgcolor") on
that?
mozilla/editor/ui/composer/content/editor.js has "GetBodyElement()" function
(look around lines 1800-1850).
| Reporter | ||
Comment 2•24 years ago
|
||
not a bug (this was more of an enhancement), don't even need it anymore. marking
invalid.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•