Bug 168548 - CRASH: launching hyperlink dialog with horizontal tabs (gen)
Summary: CRASH: launching hyperlink dialog with horizontal tabs (gen)
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All All
: high major
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, haveBacktrace, regression
Depends on:
Blocks:
 
Reported: 2025-09-25 15:32 UTC by Xisco Faulí
Modified: 2025-09-26 08:11 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
bt (17.88 KB, text/plain)
2025-09-25 16:34 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xisco Faulí 2025-09-25 15:32:42 UTC
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
Comment 1 Xisco Faulí 2025-09-25 15:33:15 UTC
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
Comment 2 Julien Nabet 2025-09-25 16:34:59 UTC
Created attachment 202966 [details]
bt

On pc Debian x86-64 with master sources updated today + gen rendering, I could reproduce this.
Comment 3 V Stuart Foote 2025-09-25 17:26:06 UTC
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
Comment 4 Heiko Tietze 2025-09-26 08:11:29 UTC
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.