Ticket #4029 (closed defect: fixed)
External link in IE6 win is not rendered correctly (patch)
| Reported by: | diroussel | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11 |
| Component: | wiki system | Version: | 0.10.4 |
| Severity: | trivial | Keywords: | iexplorer css |
| Cc: |
Description
I guess this is related to ticket:937
On Win IE6 external links are rendered in such a way that they are not properly recognised as links. The mouse cursor does not turn into the pointy finger, instead it stays as the vertical bar. Also right clicking on the link doesn't show "open link in new window". It's as if IE thinks it normal text, but if you do click the link then it open ok.
If found that if you change the HTML from
broken stlye link<a class="ext-link" href="http://trac.edgewall.org"><span class="icon">broken stlye link</span></a>
to
magic new link<a class="ext-link" href="http://trac.edgewall.org"><span class="icon"></span>magic new link</a>
then it fixes the problem. How does that look to you?
Sorry I've only got IE6 here, so I can't test on IE7, FF, KHTML etc.


