Closed
Bug 3349
Opened 26 years ago
Closed 26 years ago
CSS Background color not set in XUL file (works in XML)
Categories
(Core :: XUL, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cmanske, Assigned: hyatt)
Details
Loading a XUL file displays differently from an identical file with the XML
extension.
Both of these CSS lines work for XML, but not XUL:
background: silver;
background-color: #CCCCCC;
This behavior is known for Windows only - Mac may not display background color
even in XML file.
Kathy: Can you please confirm what works or doesn't on the Mac
David: I used "DOM" for Component and "NGLayout" for product, as you did for
the form tag bug. Do you want all XUL style/layout bugs assigned there?
Comment 1•26 years ago
|
||
On Macintosh, I get the gray background color if the file has an XML extension
but not if it has a XUL extension. (Based on a debug tree built 3/1 around
9amPST.)
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Should be fixed.
Updated•25 years ago
|
QA Contact: danm → ckritzer
Comment 5•25 years ago
|
||
Changing QA Contact back to ckritzer@netscape.com.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: ckritzer → paulmac
Comment 6•25 years ago
|
||
verified fixed
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: paulmac → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•