Bug 270524 - pressing page up/down while typing in the search fields should scroll the document
Summary: pressing page up/down while typing in the search fields should scroll the doc...
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-09 19:08 UTC by Johannes Tophøj Rasmussen
Modified: 2011-06-16 09:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Tophøj Rasmussen 2011-04-09 19:08:36 UTC
Version:           unspecified (using KDE 4.5.3) 
OS:                Linux

pressing page up/down while typing in the search fields should scroll the document. When focus is in the search field pressing page up/down does nothing

Reproducible: Always
Comment 1 Christopher Reichert 2011-06-16 07:45:16 UTC
Git commit 0213afca46d0d3c097761c0742996baa597528f0 by Christopher Reichert.
Committed on 08/06/2011 at 07:47.
Pushed by reichert into branch 'master'.

Page up and Page down buttons now work while focus is in the search bar
or in the page number line edit in the minibar.

CCBUG: 270524
CCBUG: 274887

M  +3    -0    part.cpp     
M  +18   -0    ui/findbar.cpp     
M  +4    -0    ui/findbar.h     
M  +18   -0    ui/minibar.cpp     
M  +2    -0    ui/minibar.h     
M  +6    -0    ui/pageview.cpp     
M  +1    -0    ui/pageview.h     

http://commits.kde.org/okular/0213afca46d0d3c097761c0742996baa597528f0
Comment 2 Christopher Reichert 2011-06-16 07:47:17 UTC
The reason this bug was attached is because this patch also includes the same fix for the search bar functionality.