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


User pl changed the following:

                What    |Old value                 |New value
================================================================================
               Component|framework                 |gsl
--------------------------------------------------------------------------------
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              QA contact|[EMAIL PROTECTED]          |[EMAIL PROTECTED]
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------
            Subcomponent|ui                        |code
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Nov 17 17:38:02 +0000 
2008 -------
Tricky. The problem is that OOo does not have the default menus but builds its
own. Therefore the normal actions (e.g. copy, paste) are not bound to the normal
actions and therefore the selected menu item CMD-V goes to nowhere.

I worked around this by sending "cut", "copy" and "paste" actions to
NSApplication (which passes them to the currently focused control eventually) on
CMD-X, CMD-C and CMD-V respectively if a non vcl window (like the file dialog or
one of its panels) is the key window.

This is only possible, because these shortcuts are not localized and - to my
knowledge - not really configurable on the system. If one of these assumptions
does not hold true, this hack will fail.

fixed in CWS vcl97

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