Bug 169928 - Wrapped Hyperlink has a link only in the top row
Summary: Wrapped Hyperlink has a link only in the top row
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-10 21:18 UTC by nobu
Modified: 2025-12-12 14:11 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nobu 2025-12-10 21:18:43 UTC
Description:
Wrapped Hyperlink has a link only in the top row.

Steps to Reproduce:
1. Open new Calc.
2. Insert hyperlink into Cell [A1]. ( Ctrl + K )
   For example:
   Link is "https://help.libreoffice.org/latest/en-US/text/shared/guide/hyperlink_insert.html".
3. Apply "Wrap Text" to [A1].
   Manually expand the row height.
   Cell's format must be aligned to the top.

Actual Results:
4. Links work only with the first line.
   This is the same bug as with the HYPERLINK() function.
   https://bugs.documentfoundation.org/show_bug.cgi?id=116336
   (HYPERLINK() used in a cell with 'Wrap text automatically' links only for the first line.)

Expected Results:
4. Links work throughout the entire text.


Reproducible: Always


User Profile Reset: No

Additional Info:

Reproducible
Version: 26.2.0.0.beta1 (X86_64)
Build ID: 620(Build:0)
CPU threads: 4; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan; VCL: win
Locale: en-US (ja_JP); UI: en-US
Calc: CL threaded
Comment 1 steve.contrib@gmail.com 2025-12-11 15:59:22 UTC
I can get what you mean now, I see the alignement difference with 'wrap text automatically' between using the function 'HYPERLINK(url, name)' VS using CTRL-K

but is this a bug ? seams to be the same as in the release 25.8.3

the link is clickable with the function HYPERLINK but not with CTRL-K
Comment 2 steve.contrib@gmail.com 2025-12-11 16:07:55 UTC
> (In reply to steve from comment #1)
> the link is clickable with the function HYPERLINK but not with CTRL-K

I mean, the link is clickable in the generated PDF when the 'HYPERLINK()' function is used, but not when using the shortcut CTRL-K.

As an aside: the HYPERLINK function wizard requires users to manually add double quotes at the beginning and end of a string (for example, the URL and name fields). It's rather annoying; the wizard should be able to handle this.
Comment 3 steve.contrib@gmail.com 2025-12-12 14:05:30 UTC
is this a duplicate ? -> bug related bug 169929
Comment 4 steve.contrib@gmail.com 2025-12-12 14:11:09 UTC
bug related bug 169926