> I wrote a program that takes DOM elements from one document (source) and > appends them to the DOM root element of another SVG document (target) and > rebuilds the GVT tree of the target document. The program was written > using official Batik version 1.1.1. However I am encountering an > inconsistency in JavaScript event handling which is best > illustrated by the > example below:
I think we have a bug and it's look like a complex one. I would suggest to use the current cvs codebase and append your element directly to the DOM (no need to rebuild the whole tree). The current cvs codebase does support appendChild and removeChild dynamically. There is a document in the xdocs section that explains how to do that properly in java (using a Runnable object...). Hope that helps, Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
