Open
Bug 339490
Opened 19 years ago
Updated 2 years ago
-moz-column background color not applied to content scrolled right
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: jharrop, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50215)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
The background color is applied properly to the content visible in the browser window, but not to columns off screen to the right (ie those you have to scroll right to see)
Reproducible: Always
Steps to Reproduce:
1. see the attached test case
2.
3.
Actual Results:
background in visible area is white; offscreen to right it is black
Expected Results:
expected all the content to have a white background
Comment 1•19 years ago
|
||
Jason, I think you forgot to attach the testcase.
Reporter | ||
Comment 2•19 years ago
|
||
in this test case, the background visible in the browser window is white, until you scroll to the right where it reverts to black. it should be white irrespective of how far to the right you scroll.
I can confirm the effect and it's clear why this isn't the desired behaviour.
I think the rendering is technically correct, though. The div element in testcase2 takes the available width (width of the body). The content rendered outside is simply overflow.
I'd say the bug is invalid, but I'm adding roc for another opinion.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: x86 → All
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•