Hello, Thomas DeWeese wrote:
> I would think that it would be good to disable mouse event handling > until the document is fully built. The GVT/SVG components initialize > this in the 'initializeEventHandling' method so you could subclass that > and register your listeners in there. Perhaps you are thinking that > this isn't the problem anymore however... Thank you for your advice ! After doing what you proposed, I have no more exceptions during building of the document. I now only enable Mouse events handling after the document has been fully built, and I explicitely disable event handling in non-visible tabs (as I only remember to have mouse problems during the building of the document). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
