Bug 335719 - Tag manager: "My Tags" entry is not properly expanded.
Summary: Tag manager: "My Tags" entry is not properly expanded.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Manager (show other bugs)
Version: 4.1.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-02 20:41 UTC by Michael G. Hansen
Modified: 2017-07-29 07:53 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.