View Single Post
  #2 (permalink)  
Old 03-06-2006, 02:35 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default

Welcome to our private purgatory... this is usually a javascript error.

Best way to debug this:

Plug your .js code into jslint.com, and fix all the bugs it finds.

Redeploy the zimlet, and load the app in mozilla with the debugger running. Find (in the js console) whatever it doesn't like, and track it down in the debugger...
Reply With Quote