Hi Maik,
Maik Sch�rer wrote:
where should I add
new Error("Setting 'styleMap'").printStackTrace();
?
at begin of method getCascadedStyleMap() ?
Anywhere you think is useful, but I would start with every place the style handler's styleMap is set and cleared (use "Clearing 'styleMap'" for the clear case of course).
This will let you see the actual interplay of set/clear and the threads involved (if it is too much info you could also just print the thread instance but you will need to have a way to map those thread instances back to your code).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
