Opened 11 years ago
Last modified 11 years ago
#10692 confirmed Bug
Links to files clickable in Firefox
Reported by: | dggtydnk | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description
When I have a link to a file (i.e. tmp.doc), that link becomes clickable in Firefox. I am able to reproduce this using the CKEditor demo page in Firefox only, seems to work in Chrome and IE. I am using Firefox version 22.0. To reproduce:
- Select text
- Click Insert Link button
- Type "/tmp.doc" in the URL field.
- Click OK.
- Single click on the newly created link in the editor and the document.location changes to /tmp.doc
If you type "/tmp.php" or "/tmp.html", the link is not clickable. It seems that non-web mime types trigger the link to be clickable (i.e. /tmp.xls also triggers the link to be clickable)
I was only able to reproduce this on demo page. When using same scenario locally on my Tomcat or Xampp there was no problem.
To reproduce: