Closed
Bug 295521
Opened 20 years ago
Closed 20 years ago
URL-encoded chars in links displayed URL-decoded in status bar on mouse over
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 150620
People
(Reporter: brian, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Consider the following link in an HTML document: <a href="xxx?link=yyy%3Farg%3Dval">link</a> when the document is loaded and the mouse passes over link "link," the statis bar will contain: "xxx?link=yyy?arg=val" rather than "xxx?link=yyy%3Farg%3Dval" as it should. Reproducible: Always Steps to Reproduce: See details. Actual Results: See details. Expected Results: See details.
Probably WONTFIX per https://bugzilla.mozilla.org/show_bug.cgi?id=150620#c15
*** This bug has been marked as a duplicate of 150620 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
OS: other → MacOS X
Resolution: --- → DUPLICATE
Version: unspecified → 1.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•