Closed Bug 271938 Opened 20 years ago Closed 19 years ago

When clicking on a news articles title it displays a summary of that news article. However, the graphic which is now shown does not load but the text does. The site uses CSS to do this.

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 64488

People

(Reporter: nathan, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

On page: http://www.clickpsi.com/new/index.php?content=viewbloggery&bloggeryid=1
Clicking on one of the news articles titles should expand it to show a summary
of the article, which does happen. However, the graphic also inside the article
does not load. Here is a test page I made which re-creates the problem...
http://www.clickpsi.com/new/firefoxbugtest.html


Reproducible: Always
Steps to Reproduce:
1.Make HTML page with <div> style as none
2.Make link to make that <div>'s style block
3.Put graphic inside the <div>
4.Graphic dosnt load.

Actual Results:  
The none to block style change works great, but the image inside the div dosnt
get loaded.

Expected Results:  
Graphics (and anything else that gets skipped) should be loaded even if <div>'s
style is "none" because it may get changed later. (Used often for pull down menus)

Heres snippet of buggy html code...

<table width="100%">
	<tr>
		<td colspan="2"><a href="#" onClick="news.style.display = 'block';">Click to
view summary of article.</a></td>
	</tr>
	<tr>
		<td colspan="2"><font style="font-face: Verdana; font-size: 16px;">
			<div style="display: none;" id="news" name="news">
			<a href="#" onClick="news.style.display = 'none';"><img
src="imgs\shrinkarrow.gif" border="0">SHRINK</a><br>
			This text and the shrinkarror.gif graphic should show up once you click on
'Click to view summary of article.' However, the graphic dosn't get loaded.<br>
			Could be a bug in CSS rendering or javascript. Works fine in IE :-|
			</div>
		</td>
	</tr>
</table>
The site uses a backslash to specify the images location instead of a forward
slash. It's a bug in IE, not Firefox :).

*** This bug has been marked as a duplicate of 121839 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
this can't be a dupe of bug 121839 because that bug is Tech Evang
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
it's just invalid because a "\" is invalid in an URL
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → INVALID
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
You did the same thing in bug 250449 :).

*** This bug has been marked as a duplicate of 250449 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---

*** This bug has been marked as a duplicate of 64488 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.