Issue 88669

Summary: writer miscalculates table formula with recorded changes
Product: Writer Reporter: steve_friedman <sfriedman>
Component: viewingAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, peter.jentsch
Version: OOo 2.3.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
redlinetable.odt none

Description steve_friedman 2008-04-24 00:32:55 UTC
Steps to reproduce:
1) Create a table.
2) Fill one column with numbers and one cell with a formula that calculates the
sum of the elements.
3) Note that the cell is computed correctly.
4) Enable "record changes"
5) Change one of the cells.
6) Note that the formula is computed as if the redline/strikeout markup were not
there (i.e, <strikeout>1</strikeout><redline>0</redline> is treated as a 10.
7) Note that this is also the case whether "view changes" is enabled or not.
Comment 1 jeongkyu.kim 2008-04-24 00:55:34 UTC
Interesting bug. I could reproduce this with DEV300_m10 on Windows XP.
Comment 2 eric.savary 2008-04-24 15:09:43 UTC
Yes! :)
See bugdoc:

- 5 | 5 | Sum=10
- Redlining ON, change the seonf 5 to 6
-> the cells display 5 | 5(deletes)6(inserted) | Sum=61
Indeed 5+56=61 ! ;)
Comment 3 eric.savary 2008-04-24 15:11:59 UTC
Created attachment 53169 [details]
redlinetable.odt