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 679925 - Space bar should fill available space
Space bar should fill available space
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: keyboard
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-07-14 13:04 UTC by Allan Day
Modified: 2021-07-05 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (94.33 KB, image/png)
2012-07-14 13:04 UTC, Allan Day
  Details
keyboard: respect "center" alignment of keys (2.28 KB, patch)
2012-08-20 03:25 UTC, Daiki Ueno
committed Details | Review
Screenshot after the patch is applied (184.21 KB, image/png)
2012-08-20 03:30 UTC, Daiki Ueno
  Details

Description Allan Day 2012-07-14 13:04:18 UTC
Created attachment 218808 [details]
screenshot

It looks strange having a gap in the keyboard layout. It would also be better if the space key was more centred.
Comment 1 Daiki Ueno 2012-08-20 03:25:28 UTC
Created attachment 221777 [details] [review]
keyboard: respect "center" alignment of keys
Comment 2 Daiki Ueno 2012-08-20 03:30:31 UTC
Created attachment 221778 [details]
Screenshot after the patch is applied
Comment 3 anish 2012-08-31 13:07:39 UTC
verify the patch, space key is in middle .
Working on my machine
Comment 4 Rui Matos 2013-02-14 14:14:12 UTC
Review of attachment 221777 [details] [review]:

Looks fine with that fix

::: js/ui/keyboard.js
@@ +364,3 @@
+                    center_box.add(button.actor);
+                    break;
+                case 'right':

Feel like we should have a 'default:' case here just to be a bit safer.
Comment 5 Daiki Ueno 2013-02-15 05:28:41 UTC
Comment on attachment 221777 [details] [review]
keyboard: respect "center" alignment of keys

Thanks for the review, added the 'default' case.
Since the patch only addresses the centering issue, I keep the bug open.

Attachment 221777 [details] pushed as 32e8a9b - keyboard: respect "center" alignment of keys
Comment 6 GNOME Infrastructure Team 2021-07-05 14:35:52 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of  gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/

Thank you for your understanding and your help.