To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65767





------- Additional comments from [EMAIL PROTECTED] Fri May 26 03:38:49 -0700 
2006 -------
I just got an idea how this may happen:

- User presses "Alt", IM does not swallow the event, we set m_bSingleAltPress
- User presses "R" so that we get "Alt-R", IM swallows this event an toggles its
mode
- User relases "r" so we get key release for Alt and trigger KEY_MENU
- focus gets to menubar

If that is how it happens, then the solution would be

    if( pThis->m_pIMHandler )
        if( pThis->m_pIMHandler->handleKeyEvent( pEvent ) )
+      {
+          pThis->m_bSingleAltPress = false;
            return TRUE;
+      }

could you please check whether this fixes the problem ?

---------------------------------------------------------------------
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