I have a small app which brings up an instance of a class which inherits from PopupPanel and shows an image and waits for a click to hide it. It works well on Firefox but it fails on IE (Windows XP and 7) at line 17450 (version 0.8 of pyjs).
The object x is a DispCEventObj and the code doesn't know how to handle it SPublish.ie6.cache.html // If we get here, x is an object. See if it's a Pyjamas class. if (!$p['hasattr'](x, "__init__"))17450 return "<" + x.toString() + ">"; 'Object doesn't support this property or method'Object: DispCEventObjmethod: toString
