Opened 16 years ago
Closed 16 years ago
#2443 closed Bug (expired)
creating link with the string "gif" in it creates bad url
Reported by: | Henry K | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Pending WorksForMe | Cc: |
Description
If you have a url that has the string "gif" in it and create a link to it, the href is created incorrectly.
Say there's a website www.giftshop.com. Adding a link to this will produce <a href="http:/www.giftshop.com">www.giftshop.com</a>
A workaround for it is to view source and add 4 forward slashes:
<a href="http:////www.giftshop.com">www.giftshop.com</a>
Change History (3)
comment:1 Changed 16 years ago by
Keywords: | WorksForMe added |
---|
comment:2 Changed 16 years ago by
Keywords: | Pending added |
---|
comment:3 Changed 16 years ago by
Resolution: | → expired |
---|---|
Status: | new → closed |
I've tested it with IE7, FF2 and FF3 and it works for me. Could you provide more information? What are the steps to reproduce? Is it connected with Mediawiki od Drupal?