-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modalDialog.js: Disable the lightbox if the virtual keyboard
is enabled. Move modal dialog back to uiGroup, but position it based on the workarea (not monitor).
- Loading branch information
Showing
3 changed files
with
6 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -551,5 +551,9 @@ Keyboard.prototype = { | |
|
||
get Name() { | ||
return 'cinnamon'; | ||
}, | ||
|
||
get enabled() { | ||
return this._enableKeyboard; | ||
} | ||
}; |
3bed0fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not work for "Onboard" (launchpad.net/onboard) virtual keyboard.
3bed0fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to disabling the lightbox and accessing the taskbar and application menu, you also need access to desktop application windows.
3bed0fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how everyone feels about it, but onboard doesn't have much a future. As far as I know it's a no-op in wayland in it's current state. This issue has also made us realize that we need to look at fixing up our inbuilt keyboard going forward. That's just too big a project to do during a beta.