Bug 184230

Summary: shift+F3 doesn`t find backwards
Product: [Applications] okular Reporter: Ali Moosavi <a.moosavi>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.8   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ali Moosavi 2009-02-13 16:20:34 UTC
Version:           0.8 (using 4.2.00 (KDE 4.2.0), Kubuntu packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.27-9-generic

When 'find'ing in a document, pressing F3 goes to the next match, but pressing shift+F3 doesn't go to the previous match. So you have to press 'Previous' button by mouse or press Alt+P via keyboard.
Comment 1 Pino Toscano 2009-02-14 18:11:29 UTC
SVN commit 926106 by pino:

Add a "Find Previous" action.
BUG: 184230


 M  +14 -0     part.cpp  
 M  +2 -0      part.h  
 M  +2 -1      part.rc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=926106
Comment 2 Pino Toscano 2009-02-14 18:13:17 UTC
SVN commit 926107 by pino:

Backport: Add a "Find Previous" action.
Will be in KDE 4.2.1.
CCBUG: 184230


 M  +14 -0     part.cpp  
 M  +2 -0      part.h  
 M  +2 -1      part.rc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=926107