Summary: | changing viewport of Album when opening panels | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mikolaj Machowski <mikmach> |
Component: | Albums-MainView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.9.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.1.0 | |
Sentry Crash Report: |
Description
Mikolaj Machowski
2007-11-20 23:06:37 UTC
The problem is caused by the fact that in IconView::slotRearrange(), IconView::ensureItemVisible() is called with d->storedVisibleItem as a parameter. That variable is previously set to findFirstVisibleItem() in IconView::triggerRearrangement(); As a result, when changing the IconView size from A to B, visibility in B is set to the first item that was visible in A size, instead of the current item. Pawel, Patch are always welcome from you... (:=))) Gilles There is very similar bug with text filtering. After clearing of field viewport jumps up. This is not the case with filetype and rating filtering - selected item stays visible. Is this bug valid? In dolphin for example a selected item is not staying in the exact position either, when opening panels (for example F11: Information). Mik, Pawel, This file still valid using digiKam 2.x serie ? Gilles Caulier Mik, Pawel, This file still valid using digiKam 3.5.0 ? Gilles Caulier New digiKam 4.11.0 is available : https://www.digikam.org/node/740 Can you reproduce the problem with this release ? With digiKam 5.0.0 this problem is not reproducible. I close this file now. Don't hesitate to re-open if necessary. Gilles Caulier |