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 786332 - "hidden" on screen keyboard appears on lower monitor
"hidden" on screen keyboard appears on lower monitor
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: keyboard
3.25.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-08-15 16:52 UTC by Nathaniel McCallum
Modified: 2017-08-22 13:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
layout: actually hide keyboard when hiding keyboard (4.42 KB, patch)
2017-08-15 19:04 UTC, Ray Strode [halfline]
committed Details | Review

Description Nathaniel McCallum 2017-08-15 16:52:14 UTC
I have two monitors. These are arranged in a vertical stack. The upper monitor is the primary monitor.

When the OSK is "hidden" it appears on the secondary (lower) monitor. I suspect this is the result of an animation which shows the keyboard scrolling up from the bottom of the primary monitor. But currently, in this setup, I have no way to hide the OSK.

(Note, I also have a physical keyboard. So I don't know why the OSK is showing at all.)
Comment 1 Ray Strode [halfline] 2017-08-15 19:04:10 UTC
Created attachment 357671 [details] [review]
layout: actually hide keyboard when hiding keyboard

Right now we just tuck it off screen, which may leak onto another
screen.  This commit actually hides it.
Comment 2 Ray Strode [halfline] 2017-08-15 19:13:54 UTC
(i didn't test this but Nathaniel did, and he said it works)
Comment 3 Nathaniel McCallum 2017-08-15 20:18:02 UTC
It does work. Thanks for a fast turn-around!
Comment 4 Carlos Garnacho 2017-08-22 13:39:02 UTC
Comment on attachment 357671 [details] [review]
layout: actually hide keyboard when hiding keyboard

Looks good!
Comment 5 Ray Strode [halfline] 2017-08-22 13:44:30 UTC
Attachment 357671 [details] pushed as 3b81465 - layout: actually hide keyboard when hiding keyboard