If close search field pressing "esc" without wiping search word, search results are highlighted. Sometimes it is very annoying. Reproducible: Always
Git commit 0c92af1e296017582604be53954e5cf55d2b1116 by Albert Astals Cid. Committed on 11/07/2012 at 22:54. Pushed by aacid into branch 'master'. Remove search highlights on pressing Esc FIXED-IN: 4.9.0 M +1 -0 ui/pageview.cpp http://commits.kde.org/okular/0c92af1e296017582604be53954e5cf55d2b1116
Git commit 4c94ecab239f3506a7407ad004174cc095b9c189 by Albert Astals Cid. Committed on 11/07/2012 at 22:54. Pushed by aacid into branch 'KDE/4.9'. Remove search highlights on pressing Esc FIXED-IN: 4.9.0 M +1 -0 ui/pageview.cpp http://commits.kde.org/okular/4c94ecab239f3506a7407ad004174cc095b9c189
For the record, note that ESC must be pressed twice: 1) The first press hides the search bar (but highlighted results stay visible) 2) The second one actually hides the highlighted results This is the same behavior as katepart's "Find all" feature.