Bug 138161 - Wrong calculation LibreOffice Calc of dependent formulas until file is saved
Summary: Wrong calculation LibreOffice Calc of dependent formulas until file is saved
Status: RESOLVED DUPLICATE of bug 137248
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.0.2.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-12 12:50 UTC by Sergey
Modified: 2020-11-12 13:06 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey 2020-11-12 12:50:42 UTC
Description:
Value 1 is constant
Value 2 is constant
Value 3 = Value 1 + Value 2
Value 4 = Value 3

Values 4 doesn't change when i change Value 1 or Value 2.
After i press "Save file", Value 4 calculates correctly.

Steps to Reproduce:
1. A=100, B=100, C=A+B, D=C
2. Change A or B to 150
3. Press Save file

Actual Results:
Step 2: C = 250, D = 200 (must be 250)
Step 3: C = 250, D = 250

Expected Results:
C = 250, D = 250


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.0.2.2
Build ID: 00(Build:2)
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.0.2-0ubuntu1_oibaf~f
Calc: threaded
Comment 1 m_a_riosv 2020-11-12 13:06:27 UTC

*** This bug has been marked as a duplicate of bug 137248 ***