Apache OpenOffice (AOO) Bugzilla – Issue 97974
Can't draw after autofilter and Undo
Last modified: 2013-08-07 15:14:30 UTC
Can reproduce it with DEV300m37 on WinXP and Fedora How to reproduce it 1 Open a new Calc file 2 Enter some characters in a cell, like entering 'test' in cell B2, select column B and Data-Filter-AutoFilter, dialog hints no column headers, Yes. choose down-arrow and select 'test' characters in the list 3 Undo, drawing a rectangle from the drawing bar Result Under the third row, can't draw rectangle Expectation Can draw rectangle Note If the Filter result more than one page, can draw rectangle correctly Regards Li Meiying
Checked on WinXP with DEV300m27 - reproducable as described.
related to issue 97976
Created attachment 60763 [details] A patch about issue 97974.
So far we don't use ScTable objects outside of core/data. We shouldn't start it just for this call. Perhaps the call can be added to ScTable::CopyToTable, like in ScTable::UndoToTable, but check first if this breaks anything.
Created attachment 60967 [details] A new patch about issue 97974.
Using one table's nRecalcLvl variable for setting the other table's page size looks wrong.
Created attachment 61003 [details] A new patch about issue 97974.
taking the issue
I added the last patch to CWS "calc49".
patch, not task.
reassigning to QA for verification
verified in internal build cws_calc49
Verified in DEV300m49 on WinXP and Fedora9 Closing