Bug 270524

Summary: pressing page up/down while typing in the search fields should scroll the document
Product: [Applications] okular Reporter: Johannes Tophøj Rasmussen <johannes.tophoj>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: minor CC: creichert07
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.7.0

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.