Created attachment 171349 [details] screenshot Steps to reproduce: 1. Remove the user profile 2. Launch Calc 3. Launch the Navigator -> Some elements are not completely displayed. See screenshot Reproduced in Version: 7.2.0.0.alpha0+ / LibreOffice Community Build ID: 41145efffe9d5af358a52b9e114bb01b98b3d7c2 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
The issue is happening since https://cgit.freedesktop.org/libreoffice/core/commit/?id=3dfb8552eb84eaf831c4c3eb59c398afc87e9174 author Caolán McNamara <caolanm@redhat.com> 2021-03-11 09:26:10 +0000 committer Caolán McNamara <caolanm@redhat.com> 2021-03-11 18:34:35 +0100 commit 3dfb8552eb84eaf831c4c3eb59c398afc87e9174 (patch) tree 63c0b06f6d2e127291f156735673ba0678397645 parent 071df4770dfe421d96d3df748af751eaae6982c3 (diff) check current floating state of DockingWindow Bisected with: bibisect-linux64-7.2 Adding Cc: to Caolán McNamara
floating mode used to be set before the navigator was created, now its after.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/fe7fd5bdd2ae8b0829dd5947a7acd0b75970a51c tdf#141824 init navigator to possibly floating in base ctor 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.
Verified in Version: 7.2.0.0.alpha0+ / LibreOffice Community Build ID: 41ff704cc49b7097b717882616011962ecd7198f CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Caolán, thanks for fixing this issue!!