Closed
Bug 2812
Opened 26 years ago
Closed 26 years ago
Scrollbar flashing
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M3
People
(Reporter: troy, Assigned: michaelp)
Details
This simple test case shows a problem where the scrollbar flashes everytime the
window is resized smaller in the vertical direction. The problem seems to be
that ComputeContainerSize() is called twice, once when the scrolling view is
resized and once when the scrolled view is resized. We need to do this only
once
<html>
<body bgcolor=lightyellow>
Some text, but not very much
<p>A paragraph that follows
</body>
</html>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
verified
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
•