Closed Bug 96554 Opened 23 years ago Closed 23 years ago

Editor URL-encodes links beginning with 'javascript:'

Categories

(Core :: DOM: Editor, defect)

defect
Not set
minor

Tracking

()

VERIFIED DUPLICATE of bug 68167

People

(Reporter: overkill88, Assigned: Brade)

Details

Opening an existing HTML page, the editor automatically converts any
non-alphanumeric characters inside <a href=""> tags to their hexadecimal equivalent.

When the value of the href attribute contains JavaScript code, prefixed with
'javascript:', all the special characters in the JavaScript are converted as well.

For example, <a href="javascript: void(0);"> is converted to 
<a href="javascript:%20void%280%29;">
What version of the browser are you using?  
This bug was fixed over a month ago I think.
OS: Windows 2000 → All
Hardware: PC → All
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE


*** This bug has been marked as a duplicate of 68167 ***
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.