Hi Jorg,
Sorry, I don't have much in the way of ideas...
Jorg Heymans wrote:
Stack during logo removal
Looks ok to me...
Stack during data appending
Also looks ok.
Thread [RunnableQueue-0] (Suspended (breakpoint at line 329 in Client))
Client.updateMap(MapUpdate) line: 329
Client.access$7(Client, MapUpdate) line: 300
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?).
When the GVT tree is modified outside of the update manager thread
Yes but if this is the case than my appended data wouldn't show at all
would it ?
Well as soon as you talk about multiple threads just about anything
can happen. The stack traces seem to indicate that this is probably
not the case.
Anything lowlevel i can do to get to the bottom of this?
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'?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]