Hi,

I tried to create a defect for this on the main trac site, but askimet
thought it was spam.  So I'm posting it here, perhaps someone could add
it as a defect.  It's not high priority of anythig.

trac verion: 0.10
serverity: minor

Title: External link does't render correctly on IE6
Body:

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
{{{
#!html
<a class="ext-link" href="http://trac.edgewall.org";><span
class="icon">broken stlye link</span></a>
}}}
{{{
<a class="ext-link" href="http://trac.edgewall.org";><span
class="icon">broken stlye link</span></a>
}}}
to
{{{
#!html
<a class="ext-link" href="http://trac.edgewall.org";><span
class="icon"></span>magic new link</a>
}}}
{{{
<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.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to