Summary: | Album properties - Date manually entered not saved when clicking Ok | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Ludovic Pageaud <ludpg.spec+kde> |
Component: | Albums-MainView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.9.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: | |||
Attachments: | Proposition to solve the issue |
Git commit 32568845cac47f99b7dfa42ef206bd79162ef568 by Gilles Caulier. Committed on 08/03/2011 at 13:32. Pushed by cgilles into branch 'master'. if date is entered by hand in text field, take a care about it if date is valid. BUG: 267944 M +38 -11 digikam/album/albumpropsedit.cpp http://commits.kde.org/digikam/32568845cac47f99b7dfa42ef206bd79162ef568 |
Created attachment 57765 [details] Proposition to solve the issue Version: 1.9.0 (using KDE 4.5.1) OS: Linux In album properties, When manually writing date in album date box (no click on calendar), then clicking Ok, the date is not updated in album properties. Reproducible: Didn't try Steps to Reproduce: right click album -> properties Write a valid date (2011-02-23) in the album date box (no click in calendar and do not press return) Click Ok Actual Results: If I check again the album date in album properties, the date is back to the previous one. Expected Results: I expect the entered date to be saved in album properties. Only way to get it working is to press return just after writing the date. But in this case the album properties window is closed. This is not convenient if one wanted to update other properties. I suggest the attached patch. It is a dirty one but at least it gives an idea on how to solve this issue.