On Oct 17, 11:44 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote:
> Have a look in the DOMImpl* classes. For example DomImplIE6 has a jsni
> method setCapture) which does 'elem.setCapture();' All the other browsers do
> it via DOMImplStandard in the first bit of initEventSystem.
>
> 'months'? it took me 5 minutes :-)
:)
ok - yes, i found that. well, i was surprised to see
elem.setCapture() for DOMImplIE6, but this is on firefox (and webkit)
so... i see that the Impl of setCapture stores the elem argument in a
global (well, a static within the class) called captureElem.
exactly the same thing is being done in pyjamas (a global variable).
and it's very clear - capture's not being activated. i haven't yet
found out why.
bleurgh :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---