[Seaside] Jquery dialog open vs. Chrome

Robert Sirois watchlala at hotmail.com
Tue May 10 14:19:07 UTC 2011


Works fine in Chrome for me :/
RS

> Date: Mon, 9 May 2011 22:10:56 -0600
> From: thierry.thelliez.tech at gmail.com
> To: seaside at lists.squeakfoundation.org
> Subject: [Seaside] Jquery dialog open vs. Chrome
> 
> Hello,
> 
> While creating a dialog with JQuery, I found that the following code
> works with FF, but not with Chrome. Under the later, nothing happens
> when clicking the 'Test' link.
> 
> html div
>       	id: (id := html nextId);
>       	script: (html jQuery new dialog
>          		html: aComponent;
>          		title: 'Title';
> 		height: 200;
> 		width: 400;
>          		resizable: false;
>          		modal: true).
> 										
> html anchor
>       	onClick: (( html jQuery id: id) dialog open);
>               with: 'Test'.
> 
> 
> If I replace the anchor with a submitButton, the dialog works fine in
> the two browsers. Adding a fake url like 'url: '#'' did not help (it
> did help getting the right cursor type).
> 
> Any suggestions?
> Thanks,
> Thierry
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110510/ef02f269/attachment.htm


More information about the seaside mailing list