Hello,

My first mail list message, very exciting! :)

okay, I have been haunted by crashes lately when using camino, very annoying, lucky I found out what causes the crash. Here is the test case.

1. Go to http://ktml.net/camino/newwin.html
2. Click on the "click here to open a new window" button (you may have to unblock the popup window)
3. Close the popup window
4. Switch away from Camino to other applications
5. Wait a few seconds
6. Here! One big crash!

You can download the source code of the newwin.swf at http://ktml.net/ camino/newwin.fla

What the flash button do is just call the javascript function Launchform() in the newwin.html :

<script language="JavaScript" type="text/javascript">

function Launchform() {
OpenWin = this.open ('blank.html','','scrollbars=yes,menubar=no,height=400,width=500,resizab le=no,toolbar=no,location=no,status=no');
}

</script>

See if it crashes for you
_______________________________________________
Camino mailing list
[email protected]
http://mozdev.org/mailman/listinfo/camino

Reply via email to