Closed
Bug 150321
Opened 23 years ago
Closed 23 years ago
"overflow: scroll" problem
Categories
(Core Graveyard :: GFX, defect, P3)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: will, Assigned: kmcclusk)
References
()
Details
The page has multiple <div style="overflow: scroll"> areas that are produced by
the same javascript function with similar data. The problem is that the first of
these breaks up on scrolling, and is also weirdly coupled with all the others so
it breaks up when any of the others are scrolled.
The page performs correctly in Netscape 6.2 (and IE).
Comment 1•23 years ago
|
||
To compositor. It looks like the reflow is causing the "WHEEL" div to be
briefly painted at the location of the "REDS" div....
Assignee: jst → kmcclusk
Status: UNCONFIRMED → NEW
Component: DOM Style → GFX Compositor
Ever confirmed: true
OS: Windows 2000 → All
QA Contact: ian → petersen
Hardware: PC → All
Summary: "overflow: scroll" problem → "overflow: scroll" problem
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 2•23 years ago
|
||
With Moz 1.1 on Mac OS X I can see nothing suspicious.
Comment 3•23 years ago
|
||
yeah, I can no longer reproduce this either (current linux trunk). Roc, any idea
what may have fixed this?
Hard to say, since I never saw the original bug. Just resolve it WORKSFORME :-).
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•