Hi Tjorven,

    Any chance of getting a stand-alone reproducible test case?
I have a number of example apps that change the class attribute
repeatedly on a group so there must be something more to it than
just this.

Tjorven Lauchardt wrote:

getCanvas().getUpdateManager().getUpdateRunnableQueue().invokeLater(new Runnable() {
public void run() {
Element e = (Element)((Element)evt.getTarget()).getParentNode();
e.setAttribute("class","hiddenChildrenmo");


I registered mouseover-, mouseout- and click-eventlistener to diverse group-elements, the example shows one of the handlings for a mouseover-event. If I move my mouse over these groups, it changes the class for the first 1-8 times and then does not update the DOM at all. But the function run is always invoked...
This problem does not occur with the 1.5-release...

You say it does not update the DOM at all. Do you mean that it does not update the display at all, or if you ask for the class attribute back does it give the 'old' value?




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to