Bug 335719

Summary: Tag manager: "My Tags" entry is not properly expanded.
Product: [Applications] digikam Reporter: Michael G. Hansen <mike>
Component: Tags-ManagerAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, veaceslav.munteanu90
Priority: NOR    
Version: 4.1.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 4.1.0

Description Michael G. Hansen 2014-06-02 20:41:51 UTC
Reproducible: Always

Steps to Reproduce:
1. Create a structure of tags.
2. Collapse the children of "My Tags".
3. Choose "Organize"/"Expand tag tree" or "Organize"/"Expand selected nodes"
Actual Results:  
The tag structure is not expanded, still only "My Tags" is visible.

Expected Results:  
The tag structure should be expanded.

The tag list is also not expanded when I click on a tag in the "Quick Access List". Also, when I add the tag "People/Michael" to the "Quick Access List" and then collapse "People", "People" is not re-expanded when clicking on "Michael" in the "Quick Access List".
Comment 1 Veaceslav Munteanu 2014-06-04 11:21:04 UTC
Confirmed, investigating...
Comment 2 Veaceslav Munteanu 2014-06-07 13:08:58 UTC
Git commit 7493650718d3b988dac03159b3e6e000a4d4e334 by Veaceslav Munteanu.
Committed on 07/06/2014 at 14:05.
Pushed by munteanu into branch 'master'.

M  +19   -12   digikam/tags/tagsmanager/tagmngrtreeview.cpp

http://commits.kde.org/digikam/7493650718d3b988dac03159b3e6e000a4d4e334
Comment 3 Veaceslav Munteanu 2014-06-07 13:18:41 UTC
Should be fixed now... forgot to call expand on root tag..
Comment 4 Michael G. Hansen 2014-06-08 13:46:05 UTC
Root tag is properly expanded now, thanks.