[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

ady  changed:

   What|Removed |Added

 Blocks||108252
 OS|Linux (All) |All

--- Comment #11 from ady  ---
To simplify and summing up:

When a cell contains at least one manual line break, the Wrap Text attribute
for that cell is automatically and _forcefully_ (re-)applied. We now cannot
have a cell that contains manual line breaks that would not have the Wrap Text
attribute.

Users should be able to use these 2 items independently.

This seems to be both, a regression (in general) and an implementation error
(of the patch mentioned in comment 10).


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108252
[Bug 108252] [META] Cell-related bugs and enhancements (including formatting)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

raal  changed:

   What|Removed |Added

 CC||parisop...@gmail.com,
   ||r...@post.cz
  Regression By||Paris Oplopoios
   Keywords|bibisectRequest |bibisected, bisected
 OS|Windows (All)   |Linux (All)

--- Comment #10 from raal  ---
(In reply to maison from comment #5)
> Created attachment 192530 [details]
> First test file. As you start moving through the 3 cells, the “Wrap text
> automatically” option is set its way for each cell again.

This seems to have begun at the below commit in bibisect repository/OS
linux-64-24.2.
Adding Cc: to Paris Oplopoios ; Could you possibly take a look at this one?
Thanks

d536a038969c482dff40481d849d8671a9ac7f5f is the first bad commit
commit d536a038969c482dff40481d849d8671a9ac7f5f
Author: Jenkins Build User 
Date:   Thu Nov 23 16:18:50 2023 +0100

source sha:17e362e56f9e15d0214c441e632c91d22e58519d

159758: tdf#158252 sc: Enable text wrapping when inputting line breaks in cell
| https://gerrit.libreoffice.org/c/core/+/159758

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

Telesto  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW

--- Comment #9 from Telesto  ---
Confirm comment 3 (didn't test comment 4)
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 4d381b54d1c598c181b4a21a8bf0db86eb4668d1
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

as reported not in
Version: 7.6.3.0.0+ (X86_64) / LibreOffice Community
Build ID: 35f19e5cb93ce218787904e99c2bedfd40e725cc
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

--- Comment #8 from maison  ---
(revert to 7.6.4 rather, but that’s irrelevant)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

--- Comment #7 from maison  ---
So, I managed to construct two test files with a slight variation.
First, I have to retract the fact that the problem is visible on new and empty
files (I was testing several things that made me confused). But the good news
is that it’s tested and reproducible on 24.2.

Contrary to the other referenced bug, it has nothing to do with xls files (I
used native ods) and it is not dependable on formulas.

The trigger is when you leave a cell that contains a line break, then Calc goes
crazy.

1ˢᵗ file:
Just move through the three cells. See line 3 expanding out of nowhere if you
leave it first. Watch the undo list stack up with useless “attributes”. See
Calc asking you to save the file when you close it. (Although not exactly the
same thing, will bug 156431 ever be solved?)

2ⁿᵈ file:
It has the same content, but I happened to define a cell height — just the
default height. Browse through the cells. See how NOT ONLY word wrapping is
affected, but the CELL ALIGNMENT as well: the last cells change their visible
content. 

This bug is so workflow‐breaking for me that unfortunately I have to revert to
7.2 and not upgrade until it is resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

--- Comment #6 from maison  ---
Created attachment 192531
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192531=edit
Second test file. Not only that, but the cell alignment goes awry as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

--- Comment #5 from maison  ---
Created attachment 192530
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192530=edit
First test file. As you start moving through the 3 cells, the “Wrap text
automatically” option is set its way for each cell again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

--- Comment #4 from Telesto  ---
(In reply to maison from comment #2)
>I can’t predict when Calc goes awry. I could create a
> short screen capture, but besides proving it, how could it be useful?

Well a screencast would actually be useful.. It gives some visual on what
you're experiencing and doing. A description is rather abstract

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

--- Comment #3 from ady  ---
I can only say that introducing a manual line break triggers the wrap text
attribute in 24.2. This was not happening in 7.6.

I reported the same as part of my post in bug 97106 comment 12.

There might be other issues related to column width and row height.

Without a sample worksheet (as minimal as possible), there is no way to guess
what exactly you are seeing on your screen.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

maison  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from maison  ---
Most cells, if not all, don’t contain line breaks. I could reproduce the
problem this morning even with a new empty file from a new profile.

So I don’t think a test file would help advance the problem in any way but it
would be time lost. I can’t predict when Calc goes awry. I could create a short
screen capture, but besides proving it, how could it be useful?

However this problem appears so consistently on my computers, sometimes after a
few hours, sometimes from the start.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159690] “Wrap text automatically” badly handled in Calc 24.2

2024-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159690

ady  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from ady  ---
By any chance, are the cells in which this happens including text with manual
line breaks?

Whichever the answer, we need a sample file to replicate the behavior. The file
should rather be not saved by LO 24.2, so we could try to replicate the
influence of opening it "for the first time" with LO 24.2 and see the modified
behavior.

IOW, please attach a file created/saved with an earlier version, that in your
system shows the unwanted behavior when opened with 24.2 (but not yet saved
with that latter version).

Please keep in mind that the file will be publicly available.

-- 
You are receiving this mail because:
You are the assignee for the bug.