Opened 13 years ago
Closed 13 years ago
#10524 closed defect (worksforme)
file:/// links have stopped working in IE (and other browsers)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | 0.12-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Same issue as raised in #10521 but no resolution. With trac 0.11 file/folder links worked fine. With 0.12 they no longer work.
Browser IE 8.0 Also tried IE 9.0 & Chrome. Same behavior. The links were verfied as working in trac 0.11 with IE 8, 9, and Chrome.
Steps to repro: Created links to network folder and a text file within the network folder. Submit the page, both links appear, show the paths in the status bar for IE, but clicking on the link does nothing.
Using IE I saved the page as Complete HTML, and as a Microsoft Web Archive. (Both attached) When the saved HTML page is opened, the link works. With the Web Archive is opened the link does not work.
Note: In attachments the server name has been changed. To reproduce using the attached archives, replace the server name/path inside the HTML file and the web archive with an applicable network location.
Attachments (2)
Change History (3)
by , 13 years ago
Attachment: | BugRepro 10524 (HTML).zip added |
---|
by , 13 years ago
Attachment: | BugRepro 10524 (WebArch).zip added |
---|
Web Archive file (IE) that does exhibit the link problem.
comment:1 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Reproduced with the (WebArch) above, but…
In both cases, the HTML for the link is:
<DIV id=wikipage> <P><A class=ext-link href="file://server/Software/Development"><SPAN class=icon> </SPAN>Test Folder</A><BR><A class=ext-link href="file://server/Software/Development/Test.txt"><SPAN class=icon> </SPAN>Test File</A> </P></DIV>
So the difference must be elsewhere…
If I save the Web Archive back to an HTML file (complete), then the "problem" is gone, but some .css files are missing as well, so this might explain the difference.
Well, if in the generated .html I fix the references to point to the same .css from the 0.11 version, then the problem is still gone.
Replacing those .css files one by one with those from 0.12: also no problem…
So in order to be able to reproduce your problem, we would need a self-contained (HTML).zip also in the second case, as it really seems there's an issue with this WebArch format.
Besides, testing locally with either latest 0.12-stable or 0.13dev shows no problem, it works (only with IE, of course).
HTML export which does not exhibit the problem