https://bugs.documentfoundation.org/show_bug.cgi?id=69565

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=62
                   |                            |022

--- Comment #20 from Regina Henschel <[email protected]> ---
The problem, that "blue plus underline" are not overridden by the corresponding
attributes of a character style, is already tracked in bug 62622. Thus we
should focus here on the fact, that LibreOffice has no user-interface to change
the styles of a hyperlink.

In ODF file format it is e.g.
<text:a xlink:type="simple"
        xlink:href="https://www.libreoffice.org/";
        text:style-name="Internet_20_link"
        text:visited-style-name="Visited_20_Internet_20_Link">
    <text:span text:style-name="GreenBold">
        Go to LibreOffice
    </text:span>
</text:a>
Notice, that the <text:a> element has an own text:style-name attribute,
separate from the text:style-name attribute of the displayed link text.

The attributes text:style-name and text:visited-style-name of the <text:a>
element have the corresponding attributes UnvisitedCharStyleName and
VisitedCharStyleName of service CharacterProperties in the API. 

But the user has no interface to set these attributes. The AutoCorrect option
"URL Recognition" sets the hyperlink style when it is triggered.

Tested with Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 620(Build:0)
CPU threads: 32; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan;
VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to