To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91439
                 Issue #|91439
                 Summary|XEnhancedMouseClickHandler and Keymodifiers
               Component|api
                 Version|OOo 2.3.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|hillerd





------- Additional comments from [EMAIL PROTECTED] Mon Jul  7 16:51:03 +0000 
2008 -------
XEnhancedMouseClickHandler provides a function mouseReleased with the arugment
com.sun.star.awt.EnhancedMouseEvent. 

EnhancedMouseEvent inherits from MouseEvent and from InputEvent.
InputEvent provides the value Modifiers, which contains the modifier keys which
were pressed while the event occurred. 
Unfortunately the Modifiers is always zero for the EnhancedMouseEvent, so it is
not possible to react on an ALT+click or CTRL+click.

It would be nice to have that as well.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to