Ticket #175 (closed Bug: worksforme)
Percent sign in mailto: link breaks link tool
| Reported by: | aschwabe@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | FCKeditor 2.3.2 |
| Keywords: | SF Confirmed IE7 | Cc: |
Description
I tested this on multiple versions of FCKeditor i have back to around 2.0 and all exhibit the same behavior.
I recreated this error like so:
1. Open new FCKeditor and switch to source view.
2. Enter html mailto: link where the email address contains a percent sign (we use % signs for macros). Example:
<a href="mailto:useruser%name@host.com">E-Mail me!</a>. here is more text.
3. Switch back to html view.
4. Select and try to link some of the other text, like the word "more" to a website. the dialog box comes up, lets you type in the url, and then when you save it, it throws a js error, and in your html code, it puts in javascript code like the following:
<a href="mailto:useruser%name@host.com">E-Mail me!</a>. here is <a href="javascript:void(0);/*1168555255689*/">more</a> text.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1633584&group_id=75348&atid=543653