https://issues.apache.org/ooo/show_bug.cgi?id=124078

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from [email protected] ---
(In reply to Sandhya Sivakumar from comment #0)
> 2.Input data into a range of cells from row 1048560 to 1048570
a calc spreadsheet can hold *only* 1048576 rows so there are only 6 free rows
under your range

for subtotals to work it needs to insert rows in your data range
you have 9 data cells but only space to insert 6 new rows

> 6.Click on any function like Sum,Count
>        Expected Results:The correct value appears
>        Actual Results:  An Error message appears saying "Unable to insert
> values"
> 7.After clicking OK in the error message some random values are inserted in
> the 
> rows in between.

calc inserts 6 rows and notices that it can't insert any more and gives you an
error message
but doesn't undo the change which is the only bug here

AOO 3.4.1 and 4.1.0-dev show exact the same behavior

i wouldn't call the whole issue a real-life scenario

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to