[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2020-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #6 from Buovjaga  ---
Created attachment 159719
  --> https://bugs.documentfoundation.org/attachment.cgi?id=159719=edit
Minimal test case

Steps with this test case:

1. Select A1:E10
2. Data - Sort
3. In the Options tab, verify that "Include formats" is checked
4. Sort key Column B

Result: the empty cell with yellow background does not move with the sort.

Bibisected with Linux 50max repo to
https://git.libreoffice.org/core/+/c50d8bf596f527bb53b86dd04da652ed72f2c549%5E!/

"Fix high memory usage when sorting cells in Calc. (fdo#81501)

Empty columns were being unnecessarily included in the sorting
range which caused extra allocation. This happens when you select
the entire sheet to sort. There was already code to skip empty
trailing cells in rows but not to skip empty columns."

Looks like this small change did not take into account the option "Include
formats".

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2019-09-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

--- Comment #5 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2019-09-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2019-09-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

--- Comment #4 from Adalbert Hanßen  ---
(In reply to Joel Madero from comment #3)
> @Aldabert -
> 
> Just a suggestion, in the future keep bug reports much shorter and less of a
> book than a bulleted list of how to reproduce. I can spend 10 minutes
> triaging a couple bugs, or spend 30 reading this one ;) Any chance you can
> summarize your novel into a couple bullets?
> 
> Thanks :)

The bug is still present in the development Version: 6.4.0.0.alpha0+
Build ID: 0fb2927a8fe06e6c3255544b8e4c4c9c0f5a67d3
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-08-27_22:50:23
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded

I don't think that this following numbered form or even one with only ullets to
the steps one would be easier to grasp and to reproduce than my original one
and probably you would have to read more carefully to understand it, what it is
all about (unfortunately this is not a bug of the type to let LO Calc crahs):

1. make a LO Calc document with different line lengths
2. take care that there is at least one column of data which are such that
after sorting by this column no row maintains its place
3. assign different character sets, sizes, colours, boldness, slant and the
like to whole lines by first marking the line on the left border, then assign
the property,
4. sort the whole table by first clicking into the field left to and above A1
and then sort the whole table by the column specified in 2.
5. add information to lines the right of the existing data in some rows.
Observe if it inherits the colour, slant, boldness and the like from the left,
6. Also do this for columns for which no row had any data in the original
spreadsheet.

Expected result: in step 5 and 6 all added fields inherit their formatting
properties from the existing part left to them, since the properties were
assigned to the whole rows, nut just a part of it. 

Unfortunately, during sorting only the parts in the data with the minimum
rectangle possible to describe all data are sorted. The rest is left as it was
before. Thus after sorting, the lines no longer have uniform formatting
properties as they had before. This is buggy, since the formatting properties
were assigned to the whole lines, not just parts of them. Sorting was not
confined to the part of the file with data in it.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2019-09-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2019-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

Joel Madero  changed:

   What|Removed |Added

 CC||jmadero@gmail.com

--- Comment #3 from Joel Madero  ---
@Aldabert -

Just a suggestion, in the future keep bug reports much shorter and less of a
book than a bulleted list of how to reproduce. I can spend 10 minutes triaging
a couple bugs, or spend 30 reading this one ;) Any chance you can summarize
your novel into a couple bullets?

Thanks :)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2019-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

--- Comment #2 from Adalbert Hanßen  ---
Created attachment 153110
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153110=edit
the spreadsheet as ods-file (iun its final state)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126678] Sorting in LO Calc Messes Background Colors of Rows

2019-08-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126678

--- Comment #1 from Adalbert Hanßen  ---
Created attachment 153109
  --> https://bugs.documentfoundation.org/attachment.cgi?id=153109=edit
Test case as described, with screenshots and pasted spreadsheets

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs