Summary: | Editing an 'Album date' in the widget below the calendar widget Albums forgets the modification unless return (that closes the dialog too) | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Achim Bohnet <ach> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ana, cfeck, renchi.raju |
Priority: | NOR | ||
Version: | 3.4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Achim Bohnet
2005-04-06 17:59:31 UTC
FWIW Original bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=302899 reassigning to kdelibs. the problem is that the widget for entering date manually in kdatepicker will only validate the date entered if enter is pressed. it doesn't swallow the keypressevent (for enter) and it is passed to the parentwidget and most of the time a ok button (which closes the parent widget) comes into focus after that and the parent widget is closed. some suggestions for further improvement: a) validate date and update calendar widget on focus out event b) use a variant of qdateedit to enter the date at the bottom. the current lineedit, imho, is not the best tool to enter a date manually. No longer happens. While Enter still closes the dialog (which is expected), using the OK button correctly remembers the album date. |