Closed Bug 28747 Opened 25 years ago Closed 24 years ago

Image in web page not displaying

Categories

(Core :: Graphics: ImageLib, defect, P3)

All
Other
defect

Tracking

()

VERIFIED DUPLICATE of bug 29643

People

(Reporter: jevering, Assigned: pnunn)

References

()

Details

This page shows a live image using animated .gif magic.  It work in 4.x and
doesn't display anything in mozilla.
Hey. A steamer lane cam is _gonna work_ in mozilla.
I'll dig into it.
-P

Status: NEW → ASSIGNED
Target Milestone: M14
I'm not getting the data stream for some reason.
I get an image request, but the data isn't coming.
Judson, can you tell me whats happening when the uri 
request comes in?
-P
I think the image url is invalid. The %s are not allowed in urls and have to be
properly escaped. One special problem here maybe that %%08ld is only converted
to %25%08ld and not converted to %25%2508ld, because %08 is a valid escape
sequence. But if the url is 
http://166.90.144.66/cgi-bin/nph-dtspush.cgi?camera=jpeg/surfline04/cam0.%25%2508ld.rgb888.enc
is does also not work, not in mozilla and not in NC 4.61. This I do not
understand at all. 
The image also does not load if I switch off url escaping/unescaping. I think
there are at least two problems here, one deals with the wrong url and one with
the image load. This maybe the timing problem often seen with animated pictures
I think this is a dup of bug 17067.
This bug could be related to #15625, #18330, #29643, #28747, and
#17067. I'll be testing some patches contributed in some of these
other bugs.
-P

*** This bug has been marked as a duplicate of 29643 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Rubber-stamping as verified duplicate.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.