GNOME Bugzilla – Bug 752609
No keyboard focus on "hours" and "minutes" GtkSpinButton possible
Last modified: 2015-07-20 10:10:42 UTC
Steps to reproduce: 1. open gnome-control-center 2. go to date and time 3. click on time to change time. This will open a separate dialog 4. click into the hours GtkSpinButton or use keyboard to try to focus on one of the GtkSpinButtons What is expected: Cursor should be placed in GtkSpinButton for hours. What happens: The cursor is placed somewhere else (in "day" or wherever it was before). Additional info: With GtkInspector I set the can-focus property on "hours" GtkSpinButton from FALSE to TRUE, than it worked as expected. This issue also affects the "minutes" GtkSpinButton.
Created attachment 307739 [details] [review] datetime: Make it possible to focus the time spin buttons
Review of attachment 307739 [details] [review]: Fine for 3.16 too
Attachment 307739 [details] pushed as f7467d2 - datetime: Make it possible to focus the time spin buttons