DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44146>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44146

           Summary: Zoom overlay not drawn in OSX
           Product: Batik
           Version: 1.7
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: minor
          Priority: P2
         Component: GVT
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The zoom overlay for the AbstractZoomInteractor is not rendered in OSX.

The problem appears to be that mouseDragged events are not generated on OSX when
the ctrl-key is held down (presumably something to do with ctrl-click being a
right mouse click on the mac).

A workaround is to forward mouseMoved events to the mouseDragged handler in
AbstractJGVTComponent if the AbstractZoomInteractor is the selected interactor
(patch to be attached).

Another option might be to rework the code so that the meta modifier is used to
initiate interactors on OSX instead of the ctrl modifier.  However, it seems
likely that would require more work...

There's at least one other mac specific fix in 1.7 that I'm waiting for, so it
would be cool (from my perspective) if this could also fixed in 1.7.  Not sure
if it's too late for additional changes to go into 1.7.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to