Hi there, I'm currently trapping DOM Click events on all elements in Batik-1.5.1rc2, as I was with 1.5. When clicking on text elements, though, I notice it now states that the event target is always of type org.apache.batik.dom.svg.SVGOMTextElement, even if I click on a TextPath or TSpan element (which is a sub-element of said SVGTextElement). With 1.5.0, it gave me the TextPath or TSpan or whatever specific item I clicked on.
I'm using the test SVG from the Batik-samples directory (samples/tests/spec/text/textOnPath.svg), and trying this by clicking on the red bits of text (the "on", in "Text on a Path", which is part of a TSpan. Is this new behavior intended? Is it possible to get back the old behavior, as I'd like to insert items into the section where the user clicks... Thanks! - Bibek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
