Version: (using Devel) Installed from: Compiled sources OS: Linux When the user drags image from thumbnail view on Light Table to left side, it gets opened there. Then if user drags other image to right side, that image gets opened to right and left side. Same dosn't happend when using only a keyboard shortcuts (ctrl+L/R) so draggin activates it too. It dosn't matter is there set from settings to sync both sides or loading image to right side when selecting. Draggin to right sides always open it both sides.
Confirming.
*** Bug 161467 has been marked as a duplicate of this bug. ***
SVN commit 827717 by aclemens: fixed drag & drop behavior of lighttable. 1. drop image(s) in left pane: the image will be displayed in the left pane 2. drop image(s) in right pane: the image will be displayed in the right pane 3. fill light table (F6): the first image of the added images will be displayed in the left, the second in the right pane. All the others are added to the thumbbar. 4. append images to light table (CTRL+F6): Images are only appended to thumbbar, not displayed automatically. 5. drop images in thumbbar: Images are only appended to thumbbar, not displayed automatically. CCBUGS:160617 M +1 -1 digikam/albumiconview.cpp M +9 -9 utilities/lighttable/lighttablewindow.cpp M +1 -1 utilities/lighttable/lighttablewindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=827717
*** Bug has been marked as fixed ***.
Andi, Note : This patch is not yet ported to KDE4. still to do. I set this entry in the list of TODO from KDE4 svn reprository (just to unforget). Gilles
SVN commit 828996 by aclemens: backport commit #827717 from KDE3 branch CCBUGS:160617 M +1 -1 digikam/albumiconview.cpp M +8 -15 utilities/lighttable/lighttablewindow.cpp M +1 -1 utilities/lighttable/lighttablewindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=828996