Version: 2.0.0 OS: Linux When I want to attach an existing name to a face. I type the first letters of the name and then select with arrows the right name and press enter. The name is not attached to the face as it should. To make it work I need to select with arrows and confirm by clicking on confirm. I think that if you press enter or click on a name it should be the same as confirm. Reproducible: Didn't try
IMHO, the problem is that the image is not selected before the name is written into the confirmation box. It helps to click on the image thumbnail and only then start typing the name and/or choosing the existing tag...
Hm, I cannot reproduce this problem, it works for me. This is in the icon view, isnt it? I plan to improve the behavior, so that at least the image is select if you type, even better operating on multiple images etc. I dont know though when I find time.
I can confirm the problem using current git trunk. This is in preview view. Julien
Had the same problem when trying the beta6 from Phillip5 ppa yesterday.
Tested once again, it works as it should for me (in the preview view, hovering a face, clicking in the line edit, typing a few letters, using Arrow down to select, press Enter). Here are the essential parts of the backtrace which leads from receiving the key press to executing the action: #0 Digikam::AssignNameWidget::slotActionActivated (this=0x5ca5e30, action=...) at /home/marcel/freshmeat/multimedia/kde4/src/extragear/graphics/digikam/core/utilities/facedetection/assignnamewidget.cpp:716 #1 0x0000000000685a7d in Digikam::AssignNameWidget::qt_metacall (this=0x5ca5e30, _c=QMetaObject::InvokeMetaMethod, _id=11, _a= 0x7fffffffa6d0) at /home/marcel/freshmeat/multimedia/kde4/build/extragear/graphics/digikam/core/digikam/assignnamewidget.moc:150 #3 0x00000000005fbb40 in Digikam::AddTagsComboBox::taggingActionActivated (this=<value optimized out>, _t1=<value optimized out>) at /home/marcel/freshmeat/multimedia/kde4/build/extragear/graphics/digikam/core/digikam/addtagscombobox.moc:102 #4 0x00000000005fc207 in Digikam::AddTagsComboBox::slotLineEditActionActivated (this=0x77bc7f0, action=...) at /home/marcel/freshmeat/multimedia/kde4/src/extragear/graphics/digikam/core/digikam/tags/addtagscombobox.cpp:179 #7 0x00000000005feff0 in Digikam::AddTagsLineEdit::taggingActionActivated (this=<value optimized out>, _t1=<value optimized out>) at /home/marcel/freshmeat/multimedia/kde4/build/extragear/graphics/digikam/core/digikam/addtagslineedit.moc:120 #8 0x00000000005ff97a in Digikam::AddTagsLineEdit::slotReturnPressed (this=0x7b7eec0, text=<value optimized out>) at /home/marcel/freshmeat/multimedia/kde4/src/extragear/graphics/digikam/core/digikam/tags/addtagslineedit.cpp:368 #11 0x00007ffff1aa0355 in KLineEdit::returnPressed(QString const&) () from /usr/lib64/libkdeui.so.5 #12 0x00007ffff1b07c8f in KLineEdit::event(QEvent*) () from /usr/lib64/libkdeui.so.5 #13 0x00007ffff0413d6d in QComboBox::keyPressEvent (this=0x77bc7f0, e=0x7fffffffc2b0) at widgets/qcombobox.cpp:3016 #14 0x00007ffff00975bc in QWidget::event (this=0x77bc7f0, event=0x7fffffffc2b0) at kernel/qwidget.cpp:8235 So it would be helpful if someone who can reproduce this problem sets breakpoints to see at which stage the problem occurs.
Created attachment 67120 [details] Tagging widget too small
oops, wrong topic....
Julien, This problem still valid using last digiKam 4.2.0 ? Gilles Caulier
Someone can attach a screenshot of the problem please Gilles Caulier
Problem described in comment #0 is not reproducible with current implementation from git/master. Gilles Caulier