Closed
Bug 128179
Opened 23 years ago
Closed 23 years ago
rendering of png is just wrong when you scroll
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 121230
People
(Reporter: glob, Assigned: pavlov)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+)
Gecko/20020227
BuildID: 2002022703
open http://bugzilla.mozilla.org/showattachment.cgi?attach_id=32282
it's a png image larger than my screen - 1462 x 922
when i scroll the page after its loaded, the image shows corrupted.
oddly, if i scroll the page while it's loading, there is no corruption.
Reproducible: Always
Comment 1•23 years ago
|
||
also seeing this with this image:
http://subversion.tigris.org/subversion-diagram.png
on page:
http://subversion.tigris.org/project_status.html
corruption also shows if you right-click on the image and then dismiss the
context menu -> the area under the menu will be corrupted.
Status: UNCONFIRMED → NEW
Ever confirmed: true
dup of bug 121230?
Comment 3•23 years ago
|
||
It looks like the region image is being repainted from 0,0 of the images instead
of x,y - the start of the region.
i agree -- this is a duplicate of bug 121230
if you follow the directions described in
http://bugzilla.mozilla.org/show_bug.cgi?id=121230#c49
you get the same results.
marking as duplicate.
*** This bug has been marked as a duplicate of 121230 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•