Closed
Bug 533877
Opened 16 years ago
Closed 16 years ago
browser element not inheriting transparency when embedded in a xul panel
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 527685
People
(Reporter: rcampbell, Unassigned)
Details
I noticed that the below XUL code run in an extension in minefield (3.7) shows a partly transparent browser. The same code in 3.6beta is not transparent.
<panel noautohide="true">
<browser src=""
type="content" disablesecurity="true" disablehistory="true" flex="1" />
</panel>
Comment 1•16 years ago
|
||
That's because bug 527685 hasn't landed on 3.6. How important is this capability to you?
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> That's because bug 527685 hasn't landed on 3.6. How important is this
> capability to you?
oh, it's not really. I just happened to show an example to roc when he was nearby and he suggested I filed it. Glad it's already known and documented. :)
You need to log in
before you can comment on or make changes to this bug.
Description
•