Steps to reproduce: 1) Start Writer with 'gen' (i.e. not gtk3) 2) Insert -> bookmark -> observe that name is pre-set to "Bookmark 1" 3) Press Insert to create the bookmark & close the dialog. 4) Open Insert -> bookmark again Expected: the Name column shows the bookmark name Actual: the Name column is empty. (The page column shows '1' as expected.) Note that the same works with gtk3.
Caolan: I'm not sure who is at fault here: is this a gen backend problem or rather a bug in how SwInsertBookmarkDlg uses VCL? Thanks.
Regression was introduced by the following commit, bibisected using repo bibisect-linux-64-7.4. Adding CC: to Heiko Tietze. https://cgit.freedesktop.org/libreoffice/core/commit/?id=ad1da9345b75dbe3ed9c503916c83c38d8a2e22f author Heiko Tietze <tietze.heiko@gmail.com> 2021-12-17 09:02:54 +0100 committer Caolán McNamara <caolanm@redhat.com> 2022-01-31 12:22:49 +0100 Resolves tdf#146261 - Remember size of bookmark dialog
The trigger is certainly the dropped set_column_fixed_widths line, so https://gerrit.libreoffice.org/c/core/+/134289 to put that back for now to make it usable again. I'd put the blame on the vcl SvHeaderTabListBox.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9b1dcd8f591edc6ed1a6db469956985b59badaf5 tdf#149074 SvHeaderTabListBox not handling lack of preset column widths well It will be available in 7.4.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.
Thanks! :-)
Back to bug 146261