You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moch...@googlegroups.com
Hi guys,
I found a somewhat obscure bug in getViewportDimensions that appears in IE when using TurboFancyFlash.
The problem is that the check whether MochiKit.DOM._document.body.parentElement.ClientWidth
exists will error out if MochiKit.DOM._document.body doesn't exist. TurboFancyFlash makes that happen in IE by calling getViewportDimensions from the HEAD tag.
I've attached a patch against the latest SVN of MochiKit. I've also sent the patch to the Chris Arndt (the TurboFancyFlash creator) since TFF bundles a version of MochiKit.