Hi folks,

I'm very sorry I'm the cause of these issues. I confess me and my team are all 
using firefox ... So we never noticed that issue with IE.

After reading this thread I started looking into the issue. I finally figured 
out that IE dislike leading comma on lists. btw, anyone knows a real javascript 
debugger for IE ;-)

I will prepare updated zenpacks, but if you feel courageous you can remove the 
2 faulty commas:

$ZENHOME/ZenPacksZenPacks.fdeckert.myeventviews-1.1-py2.4.egg/ZenPacks/fdeckert/myeventviews/myEventViewsPortlet.js
   line 46: remove the "," 
   "}," -> "}"

$ZENHOME/ZenPacks/ZenPacks.fdeckert.reports-1.0-py2.4.egg/ZenPacks/fdeckert/reports/lib/reportsPortlet.js
 
   line 60: remove the leading ","
   {html:'', postContent: [], }); -> {html:'', postContent: [] });


--
Florian Deckert
Sopra Group - France




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=37991#37991

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to