Hi!<br><br><br><div class="gmail_quote">On Sat, Jan 3, 2009 at 5:29 PM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Previous versions of Seaside added the attribute<br>
<br>
 &nbsp; &nbsp;href=&quot;javascript:void(0)&quot;<br>
<br>
to anchor tags &lt;a&gt;, if there was no such attribute being specified. I<br>
removed that default attribute because of the following reasons:<br>
<br>
- It is not required for valid HTML/XHTML.<br>
- It add a considerable amount of noise to JavaScript heavy sites that<br>
don&#39;t use traditional href&#39;s, but onClick actions.<br>
- I did not understand the exact purpose as it was never documented<br>
(ok, I should have asked).<br>
<br>
Now I learned from the commit comments of<br>
Scriptaculous-Tests-Core-obi.20 and JQuery-Tests-Core-obi.50: &quot;Use<br>
cursor:pointer for anchors, otherwise on some browsers the anchors<br>
with &#39;onClick&#39; and without &#39;href&#39; are using the text cursor instead.&quot;<br>
<br>
Am I correct in assuming that my change caused this problem?</blockquote><div><br>-&gt; YES, but I do like the solution without the href added by default!<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Furthermore, to what browser does this apply to? What is the desired<br>
behavior, do we want to patch every CSS or add revert my change to<br>
WAAnchorTag?</blockquote><div><br>- Thats a good question!<br>&nbsp; -&gt; I would prefer to stay with your change and change only some CSS if necessary!<br><br>- The issue applies to: Firefox 3.0.x, IE 7, 8 Beta 2, Chrome 1.0.xx, Safari 3.1 (Windows).<br>
- I didn&#39;t check Firefox 3.1 Beta <br>- Only Opera seems to be ok on windows<br><br><br>Cheers Gerhard<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Cheers,<br>
Lukas<br>
<br>
PS: The coding convention to stick with the existing formatting also<br>
applies to CSS ;-)<br>
<font color="#888888"><br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside-dev mailing list<br>
<a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br>
</font></blockquote></div><br>