[Twisted-web] athena widgets and IE

Fabio Forno fabio.forno at gmail.com
Wed Oct 11 18:16:13 CDT 2006


Let's forget about event handlers. The basic problem I'm facing at
present is this one:

MyNS.MyWidget.methods(
  function __init__(self, node) {
        MyNS.MyWidget.upcall(self, '__init__', node);
        alert(self.myMethod);
},

function myMethod (self) {
}

)

in Firefox the alert displays the body of the function (actually the
stub calling it), instead in IE I get undefined. This makes it
impossible to pass any method to an external method...

-- 
Fabio Forno, PhD
Istituto Superiore Mario Boella
Jabber ID: xmpp:ff at kamin.polito.it
** Try Jabber http://www.jabber.org



More information about the Twisted-web mailing list