Hi Oscar. Oscar Picasso: > So from what I see: > 1- If I want to handle an onload event in my java code the target > needs to have an onload="<some dummy but valid javascript>"
I consider this a bug in the SVGAbstractTranscoder. Setting the KEY_EXECUTE_ONLOAD hint should force the document to be "dynamic" even if the document contains no script. > 2- If there is any flowRoot in the SVG file and a onload attribute, > I get a ClassCastException, even if the onload attribute is not on a > flowXXX element. Another bug, the SVGAbstractTranscoder class wasn't creating an SVG 1.2 specific BridgeContext. Fix is in SVN. Cameron -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au http://mcc.id.au/ JBR: heycam (at) jabber.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
