You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by bu...@apache.org on 2014/01/15 15:06:48 UTC

review requested: [Bug 21280] when cut/copy rows/columns & paste-special, shift down/right options are disabled incorrectly : [Attachment 82294] fix patch V2

Shenfeng Liu <li...@gmail.com> has asked Shenfeng Liu <li...@gmail.com>
for review:
Bug 21280: when cut/copy rows/columns & paste-special, shift down/right options
are disabled incorrectly
https://issues.apache.org/ooo/show_bug.cgi?id=21280

Attachment 82294: fix patch V2
https://issues.apache.org/ooo/attachment.cgi?id=82294&action=edit


------- Additional Comments from Shenfeng Liu <li...@gmail.com>
Updated a new fix patch.

In the patch, the old rule of disabling shift down / shift right during cut
(whose intention was to avoid cut area and paste area overlapping) was removed.


The new rule is: if the paste area will be beyond sheet range of max row or max
column, the corresponding shift down / shift right will be disabled. And this
rule apply to both copy and cut.

Please help to review. Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org