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


User fs changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Aug 19 02:47:18 -0700 
2005 -------
fixed in CWS dba201c

The problem here is that when you click onto the button, it grabs the focus. Now
in 2.0, when a form control has a focus, certain actions from the menu/toolbar
(for instance cut/copy/paste) are routed to this control, and not to the main
document anymore.

This makes sense for, for instance, text input fields: You can now operate them
via the toolbox. However, it doesn't make sense for buttons (which can just
realize that the desired functionality is not available).

Speaking very strictly, this is a problem of the macro, since it uses the
dispatch API to access cut/copy/paste functionality. The dispatch API is always
dependent on the document state, and thus not 100 percent reliable. However,
there is no other API for cut/copy/paste, and the macro recorder produces code
which uses the dispatch API, so declaring this as "wrong" would not really be a
good solution :)

Fixed this by not routing cut/copy/paste (and a lot of other functionalities) to
the active control, if this active control cannot serve the functionality, 
anyway.

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