Bug 222744

Summary: Mouse-over preview mode with zoom removes ability to see whole image
Product: [Applications] digikam Reporter: Johannes Wienke <languitar>
Component: Usability-MouseAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.1.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In: 1.1.0

Description Johannes Wienke 2010-01-14 18:56:42 UTC
Version:           trunk (using KDE 4.3.4)
Installed from:    Compiled From Sources

I'm not quiet sure if this is a bug introduced in the latest refactorings for the image editor or if it existed previously:

1. Open image editor
2. Open a tool
3. select mouse-over preview mode
4. Zoom into the image using + key
5. Use "try" of the selected tool

After this step you cannot scroll in the whole image anymore, only a small region somewhat bigger than the preview size.
Comment 1 caulier.gilles 2010-01-15 08:45:30 UTC
This bug have been introduced with On Mouse Over mode.

In fact, you cannot use pan icon view from corner button in this mode because when you leave pan icon, preview area recieve enter event and do not dispatch pan event.

Gilles Caulier
Comment 2 caulier.gilles 2010-01-15 11:58:02 UTC
SVN commit 1075016 by cgilles:

missing to handle 2 preview mode to set up contents size
BUGS: 222744


 M  +2 -0      imageregionwidget.cpp  


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