Closed
Bug 6697
Opened 26 years ago
Closed 26 years ago
background color not drawn on horizontal scroll
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M10
People
(Reporter: akkzilla, Assigned: ramiro)
References
()
Details
Run apprunner, with the current default url. Page is too wide to fit in normal
window width, so horizontal-scroll right to see the other part of the page -- on
Linux, the white background isn't drawn for the right part of the page. Not a
problem on Windows.
Updated•26 years ago
|
Assignee: beard → ramiro
Comment 1•26 years ago
|
||
Is this is a duplicate of bug #6634? Here's the screenshot posted there.
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=207
However, they may both be ultimately a bug with the TABLE COLSPAN code,
which is bug #6404 (although that one has a different 'flavour' -- columns
magically "collapse").
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7
Reporter | ||
Comment 3•26 years ago
|
||
Yes, that screenshot is exactly what I'm seeing; this bug must be a dup of that
one.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7 → M10
I think this problem might be that the clip region for the rendering context
that draws the background is set only to the visible area.
So, when you scroll horizontally (and gtk physically moves the widget to the
left) the rendering area remains the visible area - except offseted to the
right.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Wit the Sept 2 build, this problem is not occuring.
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
•