GNOME Bugzilla – Bug 767495
"Done" button remains greyed out when changing time by typing in text fields (as opposed to + - buttons)
Last modified: 2016-10-09 08:00:18 UTC
When trying to change the time in an alarm by typing in the text fields instead of using the + - buttons, the 'Done' button remains greyed out until you focus a different text field. Hitting enter works though.
Created attachment 329569 [details] [review] alarm: allow SetupDialog response when changing time in the entries
Review of attachment 329569 [details] [review]: Does using changed still enforce the validation we do on the text that gets entered? E.g. will it prevent you from having 61 minutes? In other words, does this run after the "ouput" signal handler? Also, this seems to me a gtk bug... editing the text should trigger value-changed
I verified that the output signal handler still runs. Patch applied, sorry for the delay.