Thomas DeWeese wrote:

  I am extremely surprised to hear this.  Can you provide any more
information?  What sort of updates etc?

for example:
//--------------------------------------------------------
public void handleEvent(final Event evt) {
if (getCanvas().getUpdateManager()!= null)
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...


Thank you, tjorven


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



Reply via email to