https://bugs.documentfoundation.org/show_bug.cgi?id=153546

--- Comment #3 from Mike Kaganski <mikekagan...@hotmail.com> ---
IMO, not a bug.

1. The problem is that clicking the button moves the *focus* to the button.
This can be seen, if you put a breakpoint to the code after .uno:Copy, before
selecting the target range. Clicking the button then would stop after the
.uno:Copy execution, and you can inspect the state of the spreadsheet at this
point. You will see, that despite the *selection* is on the source range, the
*focus* is on the button (on Windows, it's shown by dotted frame around the
button text). The "Cut"/"Copy"/"Paste" toolbar buttons will be disabled; this
shows that .uno:Copy would do nothing in this situation.

2. This is caused by the "Take focus on click" property of the pushbuttons.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to