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

            Bug ID: 97158
           Summary: EDITING - copy paste row on multiple sheets
           Product: LibreOffice
           Version: 5.0.3.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Given a spreadsheet with multiple sheets.  When multiple sheets are
simultaneously selected then copying a row and pasting it enters the topmost
row values into all of the selected sheets.  In version LO4.3 and previous the
behaviour of the row copy function on multiple selected sheets was to select
the corresponding row from each selected sheet and paste that row into the
corresponding sheet.

For example: Given two sheets: SA and SB; where both sheets contain a row 11
with a cell A11 where each cell has the respective values: SA:A11=31 and
SB:A11=55; and we perform all of the following actions while both sheets remain
selected; and we select row 11 on SA; and we insert a new row at SA:11; and we
copy row SA:12, having the contents of the former row SA:11; and we paste that
copied row into row SA:11; then the following is observed:

SA:A11=31;
SA:A12=31; 
and
SB:A11=31;    <== this is not the expected or prior behaviour
SB:A12=55.  

The expected result is:

SA:A11=31;
SA:A12=31; 
and
SB:A11=55;
SB:A12=55.

This issue does not occur in OpenOffice-4.1.2 or earlier.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to