[Libreoffice-bugs] [Bug 136427] New: hyperlink with custom protocol handler is handled when url ends with .ods or .odt
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 3 09:41:01 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136427
Bug ID: 136427
Summary: hyperlink with custom protocol handler is handled when
url ends with .ods or .odt
Product: LibreOffice
Version: 6.2.8.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: framework
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: spam at abma.de
Description:
we use a custom protocol handler to link internal links, i.e.
intern://some/other/file
this works nicely, but it fails when the link ends with .ods or .odt:
intern://some/other/file.ods
in the second case the protocol handler isn't started. when i change .ods to
.pdf it works:
intern://some/other/file.pdf
Steps to Reproduce:
1. register custom protocol handler so that it runs on windows with "start
intern://" or on linux with "xdg-open intern://"
2. create a hpyerlink in writer/calc intern://test.ods
3. ctrl+click on it
Actual Results:
external handler isn't started when url ends with .ods or .odt
Expected Results:
external handler is started
Reproducible: Always
User Profile Reset: Yes
Additional Info:
replacing the .ods with %2Eods makes it work.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200903/95895b9b/attachment.htm>
More information about the Libreoffice-bugs
mailing list