Bug 857389
Summary: | Keyboard input focus broken (mostly win key captured by both guest and client) | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Tomas Jamrisko <tjamrisk> | |
Component: | mingw-virt-viewer | Assignee: | Marc-Andre Lureau <marcandre.lureau> | |
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 3.1.0 | CC: | aburden, cpelland, mbarta, mkrcmari, uril | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | mingw-virt-viewer-0.5.3-15.el6 | Doc Type: | Bug Fix | |
Doc Text: |
Previously, when connecting Windows 7 (or 8) guests with Windows 7 (or 8) clients, the 'Windows' key would be captured by both the guest and the client instead of being passed solely to the guest. This error has now been corrected so that the 'Windows' key is captured only by the guest when the cursor is within the remote-viewer window.
|
Story Points: | --- | |
Clone Of: | ||||
: | 873341 (view as bug list) | Environment: | ||
Last Closed: | 2012-12-04 17:58:57 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 873341, 973652 |
Description
Tomas Jamrisko
2012-09-14 10:00:44 UTC
I can reproduce weird key grab issues too. sent patch to ML Win-key still gets grabbed by both client and guest when keyboard focus is in remote-viewer window, but mouse cursor is somewhere outside of it. Everything works fine otherwise. Is it a use case worth additional fixing? (In reply to comment #3) > Win-key still gets grabbed by both client and guest when keyboard focus is > in remote-viewer window, but mouse cursor is somewhere outside of it. > > Everything works fine otherwise. > > Is it a use case worth additional fixing? Yeah, received by both is a bug. I'll look into it. This bug is partially fixed: (1). remote-viewer window is in focus (cursor inside window): fixed. before the fix windows-key is captured by both guest and client. after the fix windows-key is captured only by guest, as expected. (2). remote-viewer window is not in focus (cursor outside windows) not fixed. windows-key is captured by both guest and client. I'm going to mark this bug as fixed for case (1) above, and clone it for case (2). Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2012-1525.html |