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 688646 - keyboard: Don't hide or show the keyboard immediately
keyboard: Don't hide or show the keyboard immediately
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-19 14:41 UTC by Rui Matos
Modified: 2013-01-04 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
keyboard: Don't hide or show the keyboard immediately (3.95 KB, patch)
2012-11-19 14:42 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2012-11-19 14:41:55 UTC
See patch.
Comment 1 Rui Matos 2012-11-19 14:42:01 UTC
Created attachment 229375 [details] [review]
keyboard: Don't hide or show the keyboard immediately

Acting on each Show/Hide DBus call immediately may cause a lot of
jittery movement when Alt+Tabbing or even just switching tabs in the
e.g. gnome-terminal.

To make the OSK feel sturdier, we wait a bit before actually showing
or hiding it so that we can coalesce tight sequences of Show/Hide
calls. I.e. the last call wins which means that we might end up not
doing anything.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-12-21 14:47:23 UTC
Review of attachment 229375 [details] [review]:

OK.
Comment 3 Rui Matos 2013-01-04 13:16:18 UTC
Attachment 229375 [details] pushed as 449575c - keyboard: Don't hide or show the keyboard immediately