<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Works fine in Chrome for me :/<div><br></div><div>RS<br><div><br>&gt; Date: Mon, 9 May 2011 22:10:56 -0600<br>&gt; From: thierry.thelliez.tech@gmail.com<br>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; Subject: [Seaside] Jquery dialog open vs. Chrome<br>&gt; <br>&gt; Hello,<br>&gt; <br>&gt; While creating a dialog with JQuery, I found that the following code<br>&gt; works with FF, but not with Chrome. Under the later, nothing happens<br>&gt; when clicking the 'Test' link.<br>&gt; <br>&gt; html div<br>&gt;               id: (id := html nextId);<br>&gt;               script: (html jQuery new dialog<br>&gt;                          html: aComponent;<br>&gt;                          title: 'Title';<br>&gt;                 height: 200;<br>&gt;                 width: 400;<br>&gt;                          resizable: false;<br>&gt;                          modal: true).<br>&gt;                                                                                 <br>&gt; html anchor<br>&gt;               onClick: (( html jQuery id: id) dialog open);<br>&gt;               with: 'Test'.<br>&gt; <br>&gt; <br>&gt; If I replace the anchor with a submitButton, the dialog works fine in<br>&gt; the two browsers. Adding a fake url like 'url: '#'' did not help (it<br>&gt; did help getting the right cursor type).<br>&gt; <br>&gt; Any suggestions?<br>&gt; Thanks,<br>&gt; Thierry<br>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; seaside@lists.squeakfoundation.org<br>&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></div>                                               </body>
</html>