https://bugs.documentfoundation.org/show_bug.cgi?id=136427
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords|needsDevAdvice |difficultyBeginner, | |easyHack, skillCpp --- Comment #8 from Mike Kaganski <[email protected]> --- (In reply to Maxim Monastirsky from comment #7) It definitely makes sense to limit own handling to protocols that we support (we will simply be unable to reach the document using anything else) - and that means that for any unknows scheme we must fallback to OS to handle those. For the sake of testing, no custom handler is needed e.g. on Windows: just add two hyperlinks to a text document: foo://path/to/document.ext foo://path/to/document.odt and Ctrl+click on both. The first one would show a prompt to find an application handling "foo" link, while the second will do nothing. The code pointer is in comment 7 => marking easyhack. -- You are receiving this mail because: You are the assignee for the bug.
