#209 closed Bug (fixed)
Netscape 7.1: URL portions in links are replaced with $5
Reported by: | Brian Klug | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Netscape Confirmed | Cc: |
Description
- Download Netscape 7.1 @ http://www.oldapps.com/netscape.htm
- Load editor at http://www.fckeditor.net/demo or http://klug.pbwiki.biz/FCKeditor/2_4/_samples/default.html
- Switch to source mode
The HTML has been corrupted:
<a href="http://www.fckeditor.net/$5">FCKeditor</a>
If you switch back to normal mode, and back again, it will keep adding $5$5. Sometimes, it will add $4 to the beginning of the URL and similar bugs.
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | Confirmed added |
---|---|
Version: | → FCKeditor 2.4 |
comment:2 Changed 18 years ago by
Milestone: | → FCKeditor 2.4.1 |
---|---|
Priority: | High → Normal |
Resolution: | → fixed |
Status: | new → closed |
Fixed with [210]. The Netscape 7.1 regex engine is a little bit buggy, so I have reviewed the regex (and as a plus, simplified and optimized it).
By the way, the technology (Gecko) in Netscape 7.1 is quite old and buggy. I'm not sure will compatible with that old browsers with FCKeditor 3.0.
The problem is in the ProtectUrl: