Hi Maik,
There was a silly bug in the scroll event dispatch
so it wouldn't notice an event needed to be
dispatched if only the y translate changed.
This is now fixed in CVS. Thanks for pointing
it out.
Maik Schürer wrote:
> I added a scroll listener to my SVG
> EventTarget t = (EventTarget)svgRoot;
> t.addEventListener("SVGScroll", new OnScrollAction(), false);
> but I can catch no events from cursor up/down keys.
> Shifting with mouse and cursor right/left keys works fine.
> Any ideas ?
> Thanks in advance
> Maik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org
|