Thomas DeWeese wrote:
I'm not sure what the Client.access$7 means during data appending,
does this signify a different thread? It seems to point to a line
where i am fetching the updated data from the documentfragment.
I think this indicates some sort of anonymous inner class reference
(constructor?).
It's probably a compiler-induced "access trampoline" which is required
when you use private inner classes. If you make your inner classes
package access then it will go away. But in any case it doesn't hurt.
Well I would start tracking graphics nodes being added/removed
from the GVT tree. This is mostly managed by the BridgeContext
in the DOMNodeInserted/RemovedEventListeners. It flows out
from there.
What is the form of the Logo in SVG? Just a 'G' and SVG elem
or a 'use'?
Probably not useful, but I've seen with certain Sun JDK installations that
don't have fonts configured properly text will sometimes disappear for
no reason. FWIW.
-Archie
__________________________________________________________________________
Archie Cobbs * CTO, Awarix * http://www.awarix.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]