Bug 222744 - Mouse-over preview mode with zoom removes ability to see whole image
Summary: Mouse-over preview mode with zoom removes ability to see whole image
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Mouse (show other bugs)
Version: 1.1.0
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 18:56 UTC by Johannes Wienke
Modified: 2017-08-06 09:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.1.0


Attachments

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