Bug 142276 - UNO Object Inspector: Left panel breaks after expanding the tree (gen)
Summary: UNO Object Inspector: Left panel breaks after expanding the tree (gen)
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.2.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Gülşah Köse
URL:
Whiteboard: target:7.2.0
Keywords: bibisected, bisected, regression
: 142289 (view as bug list)
Depends on:
Blocks: UNO-Object-Inspector
  Show dependency treegraph
 
Reported: 2021-05-14 09:03 UTC by Xisco Faulí
Modified: 2021-05-19 09:45 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
screenshot (27.71 KB, image/png)
2021-05-14 09:03 UTC, Xisco Faulí
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xisco Faulí 2021-05-14 09:03:08 UTC
Created attachment 171991 [details]
screenshot

Steps to reproduce:
1. Open Writer
2. Tools - Development tools
3. Expand 2 or 3 elements in the left panel

-> the panel shifts to the top

Reproduced in

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: b1099568ffe9ad199c3bf8f279bbac4d7ba445bb
CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded
Comment 1 Xisco Faulí 2021-05-14 09:06:18 UTC
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=95a1ccff3a252315e1c2499331ded4bc2e660d54

author	Gülşah Köse <gulsah.kose@collabora.com>	2021-05-10 01:15:40 +0300
committer	Gülşah Köse <gulsah.kose@collabora.com>	2021-05-12 11:18:49 +0200
commit 95a1ccff3a252315e1c2499331ded4bc2e660d54 (patch)
tree 9a311da554f90efb1f4fcb80a26fe7f2b6d348be
parent addb261c7a93f16b3be84d1e67994cecdb53de77 (diff)
tdf#141426 Fix VclBox inital size allocation.

Bisected with: bibisect-linux64-7.2

Adding Cc: to Gülşah Köse
Comment 2 Xisco Faulí 2021-05-14 16:57:12 UTC
*** Bug 142289 has been marked as a duplicate of this bug. ***
Comment 3 Olivier Hallot 2021-05-14 17:09:53 UTC
If you increase the height of the UOI and the icons are back.
Comment 4 Commit Notification 2021-05-18 03:40:21 UTC
Gülşah Köse committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/81d6ed89d1e5268c2ea4ff527f3e6087dc1d8ccd

tdf#142276 Use vertical GtkBox insted of horizontal GtkGrid for the left side.

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 5 Xisco Faulí 2021-05-19 09:45:31 UTC
Verified in

Version: 7.2.0.0.alpha1+ / LibreOffice Community
Build ID: b238522ca121ca8f863fe4d3394ade088a65ad01
CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

@Gülşah Köse, thanks for fixing this issue!!