GNOME Bugzilla – Bug 719451
OSK not usable in modal dialogs (like <ALT>-F2)
Last modified: 2014-05-23 21:28:47 UTC
If one presses ALT-F2 (run) and has the gnome-shell onscreen keyboard active, the run dialog appears as well as the on screen keyboard. the OSK though is not clickable and is thus not usable to write into the run dialog (this likely applies to all modal dialogs)
*** Bug 720392 has been marked as a duplicate of this bug. ***
any updates here? I got someone bug reported in redhat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1071907
*** Bug 711814 has been marked as a duplicate of this bug. ***
*** Bug 726072 has been marked as a duplicate of this bug. ***
Created attachment 272272 [details] [review] modalDialog: Remove unused parentActor param No ModalDialog users set this so let's hardcode it.
Created attachment 272273 [details] [review] modalDialog: Make sure we're always below the OSK box
Review of attachment 272272 [details] [review]: OK.
Review of attachment 272273 [details] [review]: I'd prefer it if we had Main.layoutManager.modalDialogGroup or similar which would always be layered correctly.
Created attachment 272281 [details] [review] layout: Create a group for modal dialogs This way we can ensure that they're always stacked under the OSK.
Created attachment 272293 [details] [review] layout: Create a group for modal dialogs -- Removed the visibility tracking as it's not needed.
Review of attachment 272293 [details] [review]: OK.
Attachment 272272 [details] pushed as 1b78dd6 - modalDialog: Remove unused parentActor param Attachment 272293 [details] pushed as 2974b29 - layout: Create a group for modal dialogs
*** Bug 728104 has been marked as a duplicate of this bug. ***
*** Bug 649812 has been marked as a duplicate of this bug. ***
the patches apply cleanly to 3.10 branch. may be worth backporting this fix to 3.10 upstream? I'll probably do it as a Fedora update anyway, but other distros may like it.