Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
1.8
-
None
-
Operating System: All
Platform: PC
URL: http://www.w3.org/Graphics/SVG/Test/20061213/svggen/interact-cursor-01-f.svg
Description
While playing with cursors a bit, I noticed a weird behavior with pointer cursors... Further analysis and comparison with release 1.7 lead to the conclusion that this was a regression introduced with revision 761228.
Steps to reproduce:
1. Load the bug report URL [1] in Batik Squiggle;
2. Place the mouse pointer over "Text Cursor" and move around.
Expected results:
A text cursor would be shown always.
Actual results:
A pointer cursor is sometimes displayed.
Additional information:
After digging down a bit, it seems that a necessary coordinate transform was removed during revision 761228. The patch addresses this by restoring it. I've also checked that the example [2] posted into the mailing list – which somehow triggered the changes – still works flawlessly with the patch applied.
[1] http://www.w3.org/Graphics/SVG/Test/20061213/svggen/interact-cursor-01-f.svg
[2] http://www.nabble.com/attachment/22824226/0/Batik-EventsAndZoomIssues.svg