Version: 0.11.1 (using KDE 4.5.0) OS: Linux Reproducible: Didn't try
My apologies for the mess (no report above), I had trouble with my internet connection when filling the bug page. First, my warmest thanks for okular to the developpers, which I really like to view pdf produced by pdflatex. Here is my problem: I always run okular without navigation panel to save screen space (that is, "show navigation panel" is unchecked in settings). Strangely, if I work on a latex source with the "hyperref" package loaded, the navigation panel, then thumbnails panel appear in okular as if by magic when I compile (pdflatex) the source file. The "show navigation panel" is then still unchecked in settings, though. I can make those left panels disappear again with F7, or by checking and unchecking the "show navigation panel" setting. Strange...
Created attachment 51062 [details] latex source without hyperref package running this file does not make the navigation panel appear.
Created attachment 51063 [details] latex source with hyperref package running pdflatex on this source twice, while appropriate pdf is loaded in okular with "show navigation panel" unchecked makes navigation panel appear.
Created attachment 51064 [details] latex source with hyperref package loaded steps to reproduce: 1) run "pdflatex withhref.tex" 2) run "okular withhref.tex" 3) make sure okular's navigation panel is hidden 4) run "pdflatex withhref.tex" => navigation panel appears 5) run "pdflatex withhref.tex" => thumbnails panel appears
Created attachment 51065 [details] latex source without hyperref package reproducing the above steps (with appropriate name changes) works as expected.
SVN commit 1171493 by aacid: restore sidebar visibility correctly BUGS: 249345 FIXED-IN: 4.5.2 M +1 -1 part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171493
Wow, that was fast! Thank you very much for your work, Albert!
*** Bug 270955 has been marked as a duplicate of this bug. ***
Here's a workaround if you are stuck at okular 0.11.1 for some reason. In your latex header, use \usepackage[bookmarks=false]{hyperref}