Summary: | empty view after clicking the left thumbnail image in Image Editor filter view | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Nadav Kavalerchik <nadavkav> |
Component: | ImageEditor-Canvas | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Nadav Kavalerchik
2009-03-01 17:23:08 UTC
For me it closes the filter and loads the image you clicked. That is the currently intended behavior (there is a wish to make it so as you describe it). Can you confirm that the next image is not loaded for you? What happens if you click on just another image? And only after emboss plugin? Anyone else tested this? For me it closes the filter and opens the newly selected image. i was working with a different zoom then 100% and i found out that the new image is displayed as 1 pixel at zoom 17% (for example) when i played with the zoom slider... the image started to appear. so i guess it should also set the new image zoom level 100% , no matter what was the previous one can anyone confirm this ? (view a very large image in a very small zoom factor 5-10% and then click on a new small image to not see it at all ?) Preserving the zoom factor is intentional (in fact there was a bug report that we did not do it) but obviously it can have this side effect. But zoom factor is relative: a one pixel image at 17% would not be have an original size of more than 6px if I see that right? i confirm that the initial : "image is disappearing and a blank page is seen" bug is gone with svn version 933374 but, i think the current filter should be applied to the newly selected image. maybe you can change this issue to a wish ? instead if a bug. For me the bug has returned. 1. Open Image Folder in showFoto 2. Select one image, open a filter (don't close or apply it) 3. click onto another image 4. Filter is closed, image is not displayed 5. Click on "Fit to Window", image will reappear. Andi yes, i remember this dysfunction rarely. difficult to reproduce. Sound like a race condition with signals/slots in editor core implementation Gilles For me it is not rarely, I can reproduce it every time. I guess you need to have "Fit to Window" toggled and you need to have a filter WITHOUT zooming capabilities (for example free rotation, decorate filters etc). Andi For me it also happens, maybe not each time but often. I can get image to show by resizing left thumbnail bar. Yes this is absolutely reproducable. Fit to Window need to be toggled on before opening the filter. I used free rotation. Zoom+ or zoom- brings back the image. To reproduce again, toggle on Fit to Window. We need to see if the zoom factor is set wrongly somewhere. It must be in relation with the Fit to Window functionality. Another way to check it: 1. Open a folder in the editor with RAW files 2. Fit to Window 3. Open RAW file with the RAW importer 4. Make some changes, click "Import" 5. Image is "gone"... Most users might think the tool has messed up the image data and therefore does not display an image. Andi SVN commit 955802 by mwiesweg: Seemingly unrelated to the bug, but it fixes the problem. calcAutoZoomFactor would wrongly get that the image is valid, and then calculate auto zoom for an image of size 0. Result is infinity. For some other reason this was not corrected from slotImageLoaded. With this change, calcAutoZoom will only use valid values. BUG: 185884 M +2 -1 NEWS M +1 -1 utilities/imageeditor/canvas/dimginterface.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=955802 |