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".
Confirmed, investigating...
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
Should be fixed now... forgot to call expand on root tag..
Root tag is properly expanded now, thanks.