You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by "Koes, Derrick" <De...@smith-nephew.com> on 2003/09/18 21:13:00 UTC

keyboard events

 
What was the reasoning to remove keyboard events from g elements?  The draft
1.0 SVG spec has them.  Future versions do not.
 
 
Thanks,
Derrick
 
 
 
 
This electronic transmission is strictly confidential to Smith & Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.

Re: keyboard events

Posted by Thomas DeWeese <Th...@Kodak.com>.
josh wrote:

> Thomas DeWeese wrote:
> 
>> Koes, Derrick wrote:
>>
>>> What was the reasoning to remove keyboard events from g elements?  
>>> The draft 1.0 SVG spec has them.  Future versions do not.
> 
>  >
> 
>>    They were removed from all elements not just the 'g' element
>> (however Batik does support them).  The reason is [...]
> 
> 
> So, wait, are DOMKeyEvents generated by JSVGCanvases or no?

   DOMKeyEvents are generated by the JSVGCanvas,
the event types are: 'keypress', 'keydown', 'keyup'

> 
> - josh
> 
> ps: batik 1.5
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: batik-users-help@xml.apache.org
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: keyboard events

Posted by josh <jo...@speakeasy.net>.
Thomas DeWeese wrote:

> Koes, Derrick wrote:
>> What was the reasoning to remove keyboard events from g elements?  The 
>> draft 1.0 SVG spec has them.  Future versions do not.
 >
>    They were removed from all elements not just the 'g' element
> (however Batik does support them).  The reason is [...]

So, wait, are DOMKeyEvents generated by JSVGCanvases or no?

- josh

ps: batik 1.5


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org


Re: keyboard events

Posted by Thomas DeWeese <Th...@Kodak.com>.
Koes, Derrick wrote:
> 
> 
>  
> 
> What was the reasoning to remove keyboard events from g elements?  The 
> draft 1.0 SVG spec has them.  Future versions do not.

    They were removed from all elements not just the 'g' element
(however Batik does support them).  The reason is that they were
removed from DOM Events, the reason they were removed from DOM Events
is that they are not internationalizable (they can't support Input
methods - think Chinese, Japanese).  Text Events or something has replaced
them (although Batik does not yet implement these).




---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org