https://bugs.kde.org/show_bug.cgi?id=512555
--- Comment #21 from [email protected] --- Hi Maik, I seen a strange behavior with the table-view which differ from the icon-view. It's about the open/close groups feature. With my last fix, the image properties tab is able to show the group hierarchies from the current album. One feature is to open/close a group by to expand or not a root branch from a groups tree-view. In the opposite, open/close the group from the icon-view overlay will expand of not the relevant group treeview from the image properties tab. This work fine with icon-view, not table-view. The new GroupedItemView class hosted in the image properties tab uses the ItemFilterModel instance to handle the open/close group events coming from the GUI (in the both directions). So this must not depend of the view implementation, as icon or table. It sounds like a bug in the table-view implementation. Another remark : the open groups states are not propagated when you switch from icon-view to table-view and vice versa. It sound like the model is not shared properly between both GUI. Can you double check on your computer please ? Best regards Gilles -- You are receiving this mail because: You are watching all bug changes.
