Closed
Bug 346398
Opened 18 years ago
Closed 18 years ago
Iframe inherits parent background properties.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 154957
People
(Reporter: Mentaloid, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5
Pages in an iframe with no bgcolor specified in the body or assigned via css will inherity the parent documents bgcolor. The parents bgcolor may be specified by either CSS body { background-color: rgb(127,127,127);} or <body bgcolor=grey>.
I believe this isn't really supposed to be the way it works as the pages in an iframe aren't supposed to inherit anything from the parent.
Reproducable with release versions of firefox on winXP, The newest daily build (mozilla/5.0 (windows; u; windows nt 5.1; en-us; rv:1.9a1) gecko/20060728 minefield/3.0a1) as well as latest release of mozilla & firefox for linux (tested on various flavors of linux, all x86 based).
Reproducible: Always
Steps to Reproduce:
1. Load URL above.
2. Peer deeply into the screen.
3. Read the information on the URL supplied.
Actual Results:
Background color in iframe was inherited from parent.
Expected Results:
Background color in iframe to be default.
Comment 1•18 years ago
|
||
Bug 154957 explains why it is done this way.
*** This bug has been marked as a duplicate of 154957 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 3•18 years ago
|
||
*** Bug 346433 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•