After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752609 - No keyboard focus on "hours" and "minutes" GtkSpinButton possible
No keyboard focus on "hours" and "minutes" GtkSpinButton possible
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Date and Time
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: Kalev Lember
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-20 06:30 UTC by Christian Stadelmann
Modified: 2015-07-20 10:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
datetime: Make it possible to focus the time spin buttons (1.50 KB, patch)
2015-07-20 09:29 UTC, Bastien Nocera
committed Details | Review

Description Christian Stadelmann 2015-07-20 06:30:21 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.
Comment 1 Bastien Nocera 2015-07-20 09:29:46 UTC
Created attachment 307739 [details] [review]
datetime: Make it possible to focus the time spin buttons
Comment 2 Rui Matos 2015-07-20 09:41:32 UTC
Review of attachment 307739 [details] [review]:

Fine for 3.16 too
Comment 3 Bastien Nocera 2015-07-20 10:10:38 UTC
Attachment 307739 [details] pushed as f7467d2 - datetime: Make it possible to focus the time spin buttons