Closed
Bug 9039
Opened 26 years ago
Closed 25 years ago
Scrolling draws garbage if BODY has background image
Categories
(Core Graveyard :: GFX, defect, P3)
Core Graveyard
GFX
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: beard)
References
()
Details
Attachments
(1 file)
5.68 KB,
text/html
|
Details |
Build ID: 1999062909
Platform: Windows NT
To reproduce:
- Load one of the above URLs
- Scroll up and down using the thumb (or click underneath the thumb to scroll
down a page)
- The browser is filled with remnants of the main image (bb_EU.gif).
If you remove the BODY tag:
<body bgcolor="#FFFFFF" link="#CD661D" vlink="#8B4513" background="bline.gif">
and replace it with this one:
<body bgcolor="#FFFFFF" link="#CD661D" vlink="#8B4513">
then the problem is not reproducible (see http://schist/bearbiz1.html for that
test case).
Also happens on the 1999062908 build on Linux, and on the 1999062809 build on
Mac OS 8.5.1.
Comment 2•26 years ago
|
||
See also bug 8489, which says that this problem occurs if widgets are present
at the same time as a background.
Since the main URL for this page is now dead, and the test page is within the
netscape intranet, I cannot say for sure if this is a dup.
Comment 3•26 years ago
|
||
Hi, Ian ---
I believe it's a different bug; here, the bottom portion of an image becomes
corrupted (e.g. repeated multiple times in vertical stripes) during a rapid
scroll.
If you'd like, (assuming Chris doesn't mind), I can attach the .html file and
relevant image files to the bug report as enclosures, so that you can examine it
directly.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 4•26 years ago
|
||
elig: If you could attach the test pages to this bug, that would be great.
Bug 8489 is indeed a different bug, I was merely mentioning it because it refers
to a related problem, and so whoever fixes it may like to look at both at the
same time.
Updated URL (it should now work). Apologies for any inconvenience...
This is FIXED. Actually it's a DUP of a bug that was assigned to Don Cone, but I
don't remember the bug number
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
With the August 11th build, the problem described is fixed.
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
•