[Libreoffice-bugs] [Bug 148008] autofit column width by cell selection using wrong width

2023-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148008

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #3 from Mike Kaganski  ---
https://gerrit.libreoffice.org/c/core/+/149026

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

[Libreoffice-bugs] [Bug 148008] autofit column width by cell selection using wrong width

2023-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148008

Mike Kaganski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||5063

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

[Libreoffice-bugs] [Bug 148008] autofit column width by cell selection using wrong width

2023-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148008

Mike Kaganski  changed:

   What|Removed |Added

Version|7.0.4.2 release |4.2.0.4 release
   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
   Keywords||bibisected, regression

--- Comment #2 from Mike Kaganski  ---
This is a regression. This worked in 4.1, and started to fail in 4.2, in the
range https://git.libreoffice.org/core/+log/547f4fe%5E..6c5c0302.

Have these in A1, A2, and A3:


b
c

Let A4 be empty.

Double-clicking the border between A and B column headers:
Before:

* without selection -> A width resets to a default (does not fit any of the
texts)
* A1 (or row 1) selected -> A width matches A1
* A2 (row 2) selected -> A width matches A2
* A3 (row 3) selected -> A width matches A3
* A4 (row 4) selected -> A width resets to a default (does not fit any of the
texts)

After:

* without selection -> A width resets to a default (does not fit any of the
texts)
* A1 (or row 1) selected -> A width matches A1
* A2 (row 2) selected -> A width matches A3
* A3 (row 3) selected -> A width matches A3
* A4 (row 4) selected -> A width resets to a default (does not fit any of the
texts)

At some later point, there happened another change:

* without selection -> A width matches A1

The (later) change when no cell is selected looks reasonable; but the change of
behavior (introduced in the said range) when row 2 is selected, so that all
rows below are considered, look wrong.

Additionally, the changes in the range, that touch sc, are all targeted at
automatic spell checking, so any change in cell width behavior looks accidental
(if the bisection using linux-42max tells the truth).

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

[Libreoffice-bugs] [Bug 148008] autofit column width by cell selection using wrong width

2022-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148008

Scott Clewell  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Scott Clewell  ---
Hello Ryan,

Thank you for reporting the bug. I can confirm that the bug is present in

Version: 7.3.1.3 / LibreOffice Community
Build ID: 30(Build:3)
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.1~rc3-0ubuntu0.20.04.1~lo1
Calc: threaded

and in

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: cb56edb177f4db5b9cc4d140543c4b11d41ef1b0
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: CL

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