[okular] [Bug 373855] Forward search/named_destination feature not working anymore
Aleix Pol
bugzilla_noreply at kde.org
Fri Jan 13 19:38:22 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=373855
Aleix Pol <aleixpol at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0 |1
CC| |aleixpol at kde.org
--- Comment #5 from Aleix Pol <aleixpol at kde.org> ---
I looked through the issue, the problem is that there's a safe-guard so that
files containing a # in the name won't be misinterpreted.
Example. Something like:
"okular /.../my#document.pdf"
Shouldn't be opening the document "my" with a tag "document.pdf".
I don't know who or why it was done.
Now you are passing a tag with a dot in it, so the code thinks you're passing a
document named: "mypdf.pdf#page.3" with "3" as an extension.
Now if you ask me, the weird thing is that we're taking into account the
possibility of a file with a # in its filename, but then I barely have
experience in the area.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list