Closed
Bug 2696
Opened 26 years ago
Closed 26 years ago
[PP] apprunner: toolbars are rendering blank
Categories
(Core Graveyard :: GFX, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: mcafee, Assigned: mcafee)
Details
Solaris, apprunnner. Also happens on Linux.
Toolbar renders blank unless you yank the background stuff
out of res/samples/xul.css file. Looks like things
are fighting each other to render, and "nothing" wins out
for some reason.
Assignee | ||
Updated•26 years ago
|
Summary: apprunner: toolbars are rendering blank → [PP] apprunner: toolbars are rendering blank
Assignee | ||
Updated•26 years ago
|
Assignee: mcafee → __UNKNOWN__
Assignee | ||
Updated•26 years ago
|
Assignee: __UNKNOWN__ → mcafee
Assignee | ||
Comment 1•26 years ago
|
||
Specifically,
toolbar {
background-color: rgb(192,192,192);
}
seems to be painting over the buttons. Remove this line
and everything seems to be working Ok.
Comment 2•26 years ago
|
||
I tried the suggested workaround on Feb 1 on my linux build and it didn't work.
I also removed the background-color attribute for the button definitions in
toolbar.xul. That didn't help either.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•