https://issues.apache.org/bugzilla/show_bug.cgi?id=48561
Christian Bodart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #5 from Christian Bodart <[email protected]> 2010-01-26 03:37:45 UTC --- No, I guess not the behaviour is correct. PS If you are thinking of creating an applet wiki page - ive been playing with making an applet duplicate Mozilla's implementation and ASV. I've come across the following problems so far: Right-clicking (popuptriggering) a link fires a link activation event and loads the link into the applet (if it's from the right domain ) - I can't seem to overrride this behaviour pleasantly (and find it an odd behaviour TBH) . Hooking into the actual document Events is no good as there are too many edge cases with scripting to guarantee correct behaviour (although maybe right click detection might be safe) Since I can't detect popupTrigger in the linkactivation event I guess I'll have to look elsewhere to intercept the event (i'm currently trying to glasspane the applet to introduce a context menu but this seesm to be failing for me - despite not routing the event beyond the glasspane the SVGCanvas seems to be picking up the right click - I guess the layering is more interesting than I bargained or I'm just stupid) Finally there's no meaningful way of implementing getSVGDocument/providing Mozilla/ASV style DOM scripting from the host page as it looks like scripting Rhino wrapped objects in applets from a browser won't work and obviously returning the Java SVOGDocument provides a different interface to the document anyway PS I am a stupid noob to Java so I often speak nonsense Christian -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
