Bug 107017 - [Question] Calc behavior when inserting new column
Summary: [Question] Calc behavior when inserting new column
Status: CLOSED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
5.2.4.2 release
Hardware: All All
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-07 13:29 UTC by Jean-Sebastien Bevilacqua
Modified: 2017-04-08 14:17 UTC (History)
0 users

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 Jean-Sebastien Bevilacqua 2017-04-07 13:29:48 UTC
Hello,
I have a question about a behavior which could be a bug.

Steps to reproduce:

1 - Open Calc
2 - Format the 2 first columns as text
3 - Write "test" in A1 and B1
4 - Insert a new column at the right of A, so "test" is in A1, C1
5 - Write a formula in B1 like =1+1
6 - The formula is displayed and not computed

Is this a normal behavior or a bug ?
Comment 1 Eike Rathke 2017-04-07 13:56:55 UTC
Normal behaviour, cell attributes are copied from the selected column.
For questions please use http://ask.libreoffice.org/ instead of the bug tracker.
Comment 2 Jean-Sebastien Bevilacqua 2017-04-07 13:59:10 UTC
Thanks Eike for the answer.
Comment 3 Gilward Kukel 2017-04-08 14:08:31 UTC
(In reply to Eike Rathke from comment #1)
> Normal behaviour, cell attributes are copied from the selected column.

It seems that the cell attributes are copied when inserting a column at the right but not when inserting a column at the left.
Comment 4 Gilward Kukel 2017-04-08 14:17:02 UTC
(In reply to gilward.kukel from comment #3)
> It seems that the cell attributes are copied when inserting a column at the
> right but not when inserting a column at the left.

I have found out that the new column always has the same attributes as the column to its left if there is one.