Closed
Bug 88220
Opened 23 years ago
Closed 23 years ago
' replaced with %27 in JavaScript-links containig other special characters
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: hi, Assigned: clayton)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.4-4GB i686; en-US; rv:0.9.1)
Gecko/20010607
BuildID: 2001060713
In a Java-Script link which passes a string containing special characters the '
character is replaced with %27
example:
Location should look like this:
"javascript:alert('This link works. дцu')"
But Mozilla makes of it:
"javascript:alert(%27This%20link%20works.%20%E4%F6%FC%27)"
And a JavaScript error occures. If I cut off the special chars
дцu it works fine.
Reproducible: Always
Steps to Reproduce:
Comment 1•23 years ago
|
||
This was fixed a week and a half ago. Please try a recent nightly....
*** This bug has been marked as a duplicate of 51355 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•