Closed
Bug 49760
Opened 24 years ago
Closed 24 years ago
composite sidebar URL causes images to display as broken
Categories
(Core :: Graphics: ImageLib, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.9.1
People
(Reporter: ekrock, Assigned: pavlov)
References
()
Details
(Keywords: regression, top100, Whiteboard: [nsbeta3-])
Using Commercial 2000082108 on WinNT 4.0 SP4.
To repro:
1) visit above URL
2) note that most of the images on the page fail to display, and you see the
name of the image file instead; in particular, you see:
- "divider2" in the column on the right edge of the page
- "torpedo Kursk" in the center of the page
Here's the markup for divider2:
<img src="/images/hub2000/divider2.gif" hspace=0 vspace=0 align="top"
width="163" height="11" border=0>
Note that the image SRC doesn't begin with a space and it doesn't have a NAME
attribute, so this isn't a DUP of some other open image display bugs I've seen.
Additional info: got to this URL by clicking a news link in the cnn.com sidebar
panel. This creates a very strangely-formed URL with http://...http:// (see URL
above). I wonder whether this odd base URL is making it hard for netlib to find
the images?
Reporter | ||
Comment 1•24 years ago
|
||
Marking top100,regression,4xp,nsbeta3,correctness. Whatever's causing this is a
clear must-fix for nsbeta3.
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 41924 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
hmm this isn't a case of a broken image - the images load fine if you remove the
referring url and go right to
http://cnn.com/2000/WORLD/europe/08/21/russia.submarine.cause/index.html
Comment 4•24 years ago
|
||
Reporter | ||
Comment 5•24 years ago
|
||
REOPENing. Not so fast, Ian -- these images are not broken, as in bug 41924, so
I don't think this is a DUP. The images display fine:
1) in Nav4
2) if you change the URL to be something other than the funky glommed-together
composite of two URLs
Thanks to R.K.Aa's observation, I think what is going on is this: we have a bug
in which we no longer are correctly understanding these funky URLs; that bug is
causing Necko to fail to locate the linked image files (probably because the
doc's base URL is funky); and as a result, Mozilla thinks the image link is
broken and is displaying whatever it's using for ALT text.
Changing Summary from "most images on page fail to display (especially
divider2)" to "composite sidebar URL causes images to display as broken." Will
reassign to gagan due to suspicion that this is a networking URL decoding
problem.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: most images on page fail to display (especially divider2) → composite sidebar URL causes images to display as broken
Reporter | ||
Comment 6•24 years ago
|
||
Reassigning to gagan for investigation of apparent problem in decoding URLs for
linked images.
Assignee: pnunn → gagan
Status: REOPENED → NEW
Fix for 48200 was checked in 15:36 but didn't fix this bug; it still behaves
like originally reported.
(Tested on build 2000-082117 m18/linux)
Comment 10•24 years ago
|
||
I suspect the P3 designation is by accident ... changing to P2 to get in on
people's radar (has been ignored for a month). Does this problem still exist?
Priority: P3 → P2
Comment 11•24 years ago
|
||
Not holding PR3 for this, so marking nsbeta3-. If there's still a critical bug
here, please nominate for rtm with explanation.
Whiteboard: [nsbeta3+] → [nsbeta3-]
Comment 13•24 years ago
|
||
All pnunn bugs reassigned to Pav, who is taking over
the imglib.
Assignee: pnunn → pavlov
Status: ASSIGNED → NEW
Comment 14•24 years ago
|
||
this is working for me, checked win, mac, linux 4/12/2001 builds - wfm
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•