Summary: | Filter sections folding behavior is weird | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mathieu MD <mathieu> |
Component: | Albums-Filters | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles, smit.meh |
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | http://imageshack.us/a/img833/9314/digikam280filtersection.png | ||
Latest Commit: | http://commits.kde.org/digikam/ae2e4874ab324d49a96f4f1852213ac9f5577484 | Version Fixed In: | 3.0.0 |
Sentry Crash Report: |
Description
Mathieu MD
2012-09-16 10:17:40 UTC
Hi Mathieu I confirm the bug. We will look into it. Smit Hi Gilles I think its just a simple typo. Look at this : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/digikam/filters/filtersidebarwidget.cpp#L271 Actually i think, its intended for "tag filters" instead of "geo tags" to expand. It looks more consistent. So whenever you open "tags filter", it will take up the entire space available, because it requires more space due to scrollbar area inside it. Otherwise, it should be extended. If I make that condition to be (id==3) it will behave better. What do you think? If its fine, i will commit it in current git/master on 18 sept. So that it wont hurt beta packaging. Smit Smit, yes, it's a typo... In fact why int values are used here to define view section. We must use an enum of values with human readable names... Gilles Git commit ae2e4874ab324d49a96f4f1852213ac9f5577484 by Smit Mehta. Committed on 17/09/2012 at 17:42. Pushed by smitmehta into branch 'master'. fixed typo in filtersiderbarwidget.cpp added enum for more readibility M +2 -1 .gitignore M +2 -1 NEWS M +1 -1 digikam/filters/filtersidebarwidget.cpp M +9 -0 digikam/filters/filtersidebarwidget.h http://commits.kde.org/digikam/ae2e4874ab324d49a96f4f1852213ac9f5577484 |