Bug 238742

Summary: Mouse wheel to switch to next or previous image does not work on "Loading <file> failed" screens
Product: [Applications] gwenview Reporter: Eike Hein <hein>
Component: generalAssignee: Gwenview Bugs <gwenview-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.4   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eike Hein 2010-05-25 00:08:32 UTC
This applies to Gwenview 2.4.3 in KDE 4.4.3.

When browsing images in a folder that contains corrupted (e.g. partially downloaded, due to KTorrent still downloading) images, you often hit upon a "Loading '<filename>' failed" screen. On this screen it is not possible to use the mouse wheel above the viewer background or the error message to switch to the next or previous image. The Next/Previous Image toolbar actions do still work, however.

I think the wheel should still work in this scenario (it does normally work over the viewer background when an image loaded successfully) to make it less annoying when a corrupted file is encountered while browsing.
Comment 1 Aurelien Gateau 2010-12-19 16:51:52 UTC
SVN commit 1207750 by gateau:

Make mouse-wheel-browse behavior work on all types of views (raster, video, svg, broken)

BUG:238742

 M  +15 -0     documentview/documentview.cpp  
 M  +0 -1      documentview/imageviewadapter.cpp  
 M  +5 -5      gwenviewconfig.kcfg  
 A             mousewheelbehavior.h   [License: GPL (v2+)]
 M  +2 -23     scrolltool.cpp  
 M  +0 -3      scrolltool.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1207750
Comment 2 Eike Hein 2010-12-19 17:02:36 UTC
Thanks!