Bug 184230 - shift+F3 doesn`t find backwards
Summary: shift+F3 doesn`t find backwards
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.8
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 16:20 UTC by Ali Moosavi
Modified: 2009-02-14 18:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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