Closed
Bug 130472
Opened 24 years ago
Closed 24 years ago
incomplete image rendering even after reload (may be stylesheet related)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: tfo, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031106
i've witnessed a few examples thus far of Mozilla failing to render (especially
large) images, even when a cache-free reload is performed on a given page.
Reproducible: Always
Steps to Reproduce:
1. launch Mozilla
2. http://www.zimmerland.com/directions.html
Actual Results: what i get is a seemingly blank screen.
Expected Results: an image of a hand-drawn map should be displayed.
if i page down on the example URL, i can see the very bottom of the image, but
reloading never causes the image to appear completely. interestingly, if i open
a new Mozilla window and then return focus to the other screen once any part of
it has been made visible, more of it will show up.
also interestingly, even if i get more of the image to display, i never get the
entire image, and parts of it fade out again as i page up or down.
i'll attach some screen shots in a sec...
this particular example may have more to do with stylesheet problems, though.
take a look at the page source. the reason i'm reporting it as a bug, though, is
that this worked just fine in 0.9.8...
furthermore, i don't know if Mozilla has something against maps, now, but the
other main place i noticed this problem was at maps.yahoo.com...
| Reporter | ||
Comment 1•24 years ago
|
||
well, i was going to submit screenshots, but i don't have anything on this
computer that will convert Mac screenshots to jpegs...
| Reporter | ||
Comment 2•24 years ago
|
||
well, this is actually working for me on Mac OS X (Build ID: 2002031005).
Comment 3•24 years ago
|
||
I don't see any content on the page in the March 14th build (2002-03-14-08).
You mention you can see the content under OS X. Looking at the source url, I see
the page uses schemeas namespace which aren't currently supported. This is
probably causing this issue but you would need to reduce the test case to a
basic html file (removing schema references).
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
Comment 4•24 years ago
|
||
Marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•