Bug 92769 - EDITING: Broken Conditional Formatting When Copying
Summary: EDITING: Broken Conditional Formatting When Copying
Status: RESOLVED DUPLICATE of bug 87274
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
4.4.4.3 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-15 16:48 UTC by Benjamín Ariel Nava Martínez
Modified: 2015-07-16 22:48 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Graphical reproduction of the bug (42.81 KB, image/png)
2015-07-15 16:59 UTC, Benjamín Ariel Nava Martínez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamín Ariel Nava Martínez 2015-07-15 16:48:21 UTC
Let's say I have a set of cells from A1:Z100 that have the following conditional formatting setting:

If cell A1:Z100 contains "N/A" then change color to RED.

And it works fine, however if I take a cell from inside the set e.g. A10 and copy-paste its value into another cell within the same set e.g. (D10), Calc would mess up the conditional formatting rules, creating a new rule for just the copied cell and will break up the original rule, like so:

If cell D10 contains "N/A" then change color to RED.
If cell A1:Z9,A11:Z100,A10:C10,E10:Z10 contains "N/A" then change color to RED.

As you can see, it divides the set into the rows above, the rows below and then the columns before and after on the same row. This is weird, since I'm not introducing a new rule nor I am working out of the set. This is very annoying since every little change will break up the whole formatting rule up to the point where it has the exact same rule for every single cell in the set and I have to delete them all and create a new one like the original:

If cell A1:Z100 contains "N/A" then change color to RED.

I can reproduce this everytime on LibreOffice Calc Version: 4.4.4.3, compilation :4.4.4.3-3.fc22 the langpack es_MX.utf8.
Comment 1 Benjamín Ariel Nava Martínez 2015-07-15 16:59:12 UTC
Created attachment 117260 [details]
Graphical reproduction of the bug

Here you can see how the rule is at the start, then after copy/pasting a cell within the same range and how it ends up all segmented.
Comment 2 m_a_riosv 2015-07-16 22:48:02 UTC
Hi @Benjamin, thanks for reporting.

It's how it works for nwo.

At the end of 2014 I opended a request for enhancement about this matter.

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