Closed
Bug 150475
Opened 23 years ago
Closed 23 years ago
Backslash not recognised in IMG SRC path string
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: frank, Assigned: rods)
Details
Unix paths normally use a forward slash. Under windows a backslash is more
common. Those users who enter a backslash for their <IMG SRC="xxxx"> path will
not have the image correctly resolved under Mozilla. IE handles both, and
Mozilla should as well, otherwise some pages may appear to be broken.
Comment 1•23 years ago
|
||
I think this bug is invalid, because RFC 2396 (Uniform Resource Identifiers
(URI): Generic Syntax) says "\" is not allowed within URIs. Furthermore
conversion of \ to / was *removed* as of bug 32895 because of this very reason.
Reporter | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 32895 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•