Andreas Neumann schrieb: > Hi JD, > > the keyboard events in ASV6 work if you add them to the rootElement > instead of adding it to an individual element. You can dynamically > add the keyboard events to the root element if you click on an > element and remove them again after a certain event. > > That way it works in ASV3, ASV6 and Batik.
and mozilla/firefox :-) and also use evt.preventDefault() to stop the default behavior of a button. for example to use the backspce button , you will need preventDefault() to keep moz from navigating back one page. cheers Holger > > All the best, > Andreas > > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

