Summary: | Assigned tag list not updated correctly when "show assigned tags" filter is active | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | krienke |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.4 | |
Sentry Crash Report: | |||
Attachments: | quick fix |
Description
krienke
2008-05-18 07:36:13 UTC
First of all, the tags are assigned when pressing the "apply" button or when you are moving to the next image (the tags are either assigned automatically or a message box will appear to warn you that you will loose all made changes). So the list should only be updated when pressing apply.
But you are right, when applying the changes, the list still is not being updated. You have to move to the next image and back again to get an updated list.
>> "It seems to work fine when I enter a completely new tag so the tag itself is created and assigned."
I can not confirm that adding a completely new tag in the text field updates the list.
I tested a little and found out that if you assign a tag with the context menu rather than with the sidebar, the "list of already assigned tags" is updated. Maybe we have just to emit a signal here... I'll try to locate the problem. Created attachment 25013 [details]
quick fix
This fixes the problem, although I'm not sure if it is the right way.
Gilles, what do you think? Works for me...
SVN commit 815537 by cgilles: digiKam from KDE3 branch : update tag view afetr to have apply changes from Captions & Tags sidebar tab BUGS: 162245 M +1 -0 imagedescedittab.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815537 |