Closed
Bug 275511
Opened 20 years ago
Closed 20 years ago
background-position broken on <body> elements
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 243751
People
(Reporter: nirvn.asia, Unassigned)
Details
Attachments
(1 file)
|
324 bytes,
text/html
|
Details |
Try the attached test-case... Current problematic behavior: The <body> element height is sized according _only_ to the child elements Correct behavior: The <body> element height should be either sized according to the child elements OR the size of the display region if the child elements does not overflow the display region The <body> element should always _at least_ be the size of the display region. It's probably a change that modified this behavior done in the trunk because the firefox1.0/seamonkey1.7.x is rendering the test-case correctly I didn’t test it on Linux but I guess it would be the same, I wont put 'All Platform' though just in case this assumption is wrong.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
forgot to mention that I can see this problem with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041216 Firefox/1.0+ and Mozilla Suite 1.8a4
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 243751 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•