GNOME Bugzilla – Bug 688646
keyboard: Don't hide or show the keyboard immediately
Last modified: 2013-01-04 13:16:21 UTC
See patch.
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.
Review of attachment 229375 [details] [review]: OK.
Attachment 229375 [details] pushed as 449575c - keyboard: Don't hide or show the keyboard immediately