| Summary: | Insert bookmark dialog doesn't show existing bookmark names with 'gen' | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Miklos Vajna <vmiklos> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aron.budea, caolan.mcnamara, heiko.tietze, sdc.blanco |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.4.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=146261 https://bugs.documentfoundation.org/show_bug.cgi?id=101285 |
||
| Whiteboard: | target:7.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 102019, 108288 | ||
|
Description
Miklos Vajna
2022-05-13 14:06:01 UTC
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 |