Steps to reproduce: 1. Launch SAL_USE_VCLPLUGIN=gen instdir/program/soffice 2. Tools - Options - Appearance - Horizontal tabs -> Apply 3. Insert - Hyperlink -> Crash Reproduced in Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 81321560f2151ee12be26135aed65968287d1c94 CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: x11 Locale: es-ES (es_ES.UTF-8); UI: en-US Calc: threaded
The issue started to happen after commit fc741371fa283036cdbd12be59c769c7cac39437 [log] author Heiko Tietze <tietze.heiko@gmail.com> Wed Jul 09 13:00:23 2025 +0200 committer Heiko Tietze <heiko.tietze@documentfoundation.org> Wed Jul 09 15:52:08 2025 +0200 tree b634bdbbefeb2a5a6ef47974580598f00d162d0b parent 0ab2da12fb6ea515339b113f622720b11c65afca [diff] Resolves tdf#167108 - Option to use horizontal tabs instead vertical
Created attachment 202966 [details] bt On pc Debian x86-64 with master sources updated today + gen rendering, I could reproduce this.
Same with the Windows builds Hyperlink with Appearance in Vertical at Side tabs is fine, change to Horizontal on Top, and it will crash on Insert of Hyperlink. Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 6f68c46d0aa5fe872de0dec8777d35ff91886043 CPU threads: 28; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
This can be solved with bug 147630 by making the the dialog a true tabbed dialog (right now it implements its own solution) or by hacking a condition "if not hyperlink dialog" to the method of tab creation at the VT=false option.