Bug 148239 - Column width value in hover text depends on position of the cursor
Summary: Column width value in hover text depends on position of the cursor
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Cell-Management
  Show dependency treegraph
 
Reported: 2022-03-28 13:55 UTC by roli.vincze
Modified: 2023-08-19 19:34 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
video of the problem (34.00 KB, video/mp4)
2022-04-12 20:49 UTC, raal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description roli.vincze 2022-03-28 13:55:26 UTC
Description:
When changing (or just reading the width of a column) the hover text shows different values as column width depending on the exact position of the mouse cursor.
For example, for a column A of width 2.26cm it reads 2.20cm if the mouse points to the very left of the column boundary between columns A and B; it reads 2.31 if pointing to the very right edge of it.

Steps to Reproduce:
1. Open a new document or any existing one.
2. Left mouse click and hold on the column separator.


Actual Results:
It reads 2.20cm if the mouse points to the very left of the column boundary between columns A and B; it reads 2.31 if pointing to the very right edge of it.

Expected Results:
It should read 2.26 cm, as that is the actual column width (checked by the "Column Width" dialog).


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.2.6.2 (x64) / LibreOffice Community
Build ID: b0ec3a565991f7569a5a7f5d24fed7f52653d754
CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: hu-HU (hu_HU); UI: en-US
Calc: threaded
Comment 1 raal 2022-04-12 20:48:56 UTC
Confirm wit Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: ab8d141967111ca81f4607db3618bb09214e42db
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

I see no tooltip in Version: 7.0.0.0.alpha1+
Build ID: 574c57090642347980d2395e1e183cc7b5c171ad
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

adding tag bibisectrequest for bibisect where tooltip was made.
Comment 2 raal 2022-04-12 20:49:23 UTC
Created attachment 179494 [details]
video of the problem
Comment 3 Aron Budea 2022-04-19 01:33:18 UTC
This is actually not a regression, just due to GTK the popup wasn't shown for a while until Caolán fixed it in bug 133953.
Otherwise, with eg. gen VCL plugin, the bug can be reproduced even in 3.3.
Comment 4 Aron Budea 2022-04-19 01:34:15 UTC
(In reply to Aron Budea from comment #3)
> This is actually not a regression, just due to GTK the popup wasn't shown
I meant to write tooltip instead of popup.