https://bz.apache.org/ooo/show_bug.cgi?id=128612

          Issue ID: 128612
        Issue Type: DEFECT
           Summary: First copy and paste pastes the value instead of the
                    formula
           Product: Calc
           Version: 4.2.0-dev
          Hardware: All
                OS: FreeBSD
            Status: CONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: editing
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

In the latest trunk (a422f770cbbc03bbe7dddc4a28380f80375a0390) there is serious
bug, possibly a regression:

1. Build with --with-package-format="installed".
2. Copy the built
instsetoo_native/unxfbsdx/Apache_OpenOffice/installed/install/en-US/openoffice4
directory elsewhere.
3. Start soffice from there, create a new spreadsheet, and fill it with:
      A    B    C
     +---------------
   1 |1    2    =A1+B1
   2 |3    4

4. Now copy C1 with Ctrl+C, and paste it into C2 with Ctrl+V. It will paste the
number 3, instead of the updated formula =A2+B2 with result 7.
6. Repeat step 4 and it will then paste =A2+B2 with result 7.

This happens intermittently, and less often as you do more copying and pasting.

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

Reply via email to