Closed
Bug 412569
Opened 17 years ago
Closed 17 years ago
Images not displayed because of MS Word error
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: box, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Some websites created with Microsoft Word (see example URL) have <img src=foo\bar.jpg> tags with backslashes instead of slash-forwards:
<img width=280 height=58 id="_x0000_i1025"
src="yheader\yhead_files_r1_c1.gif" name="yhead_files_r1_c1" border=0>
IE corrects this and displays the image. Firefox doesn't.
Reproducible: Always
Steps to Reproduce:
1. Open the URL.
Actual Results:
No images are displayed.
Expected Results:
Show the images, even when the src path is formatted illegaly.
The rendering of \ as / in img src should be added - although it's illegal - because many websites are created with Microsoft Word.
The same applies to normal links (also, see the example URL).
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Comment 3•17 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•