Bug 921008
Summary: | Guest will keep typing '~' after press F9 and F10 in same time. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Geyang Kong <gkong> |
Component: | gtk-vnc | Assignee: | Daniel Berrangé <berrange> |
Status: | CLOSED ERRATA | QA Contact: | SPICE QE bug list <spice-qe-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | bsanford, cfergeau, cwei, dblechte, jwu, marcandre.lureau, mjenner, mzhan, rbalakri, tpelka, tzheng, zpeng |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gtk-vnc-0.7.0-1.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 820829 | Environment: | |
Last Closed: | 2017-08-01 19:55:38 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: | 1416783 | ||
Bug Blocks: |
Comment 1
Marc-Andre Lureau
2013-05-09 13:27:51 UTC
Fixed SPICE in current spice-gtk builds (spice-gtk 0.20), still happening with VNC according to the cloned bug, moving there. Equiv fix to SPICE added to GTK-VNC commit 3e9b8085b2990127977c75d6b66421f611c1676c Author: Daniel P. Berrange <berrange> Date: Wed Jan 29 17:09:03 2014 +0000 Release held keys upon grab_notify event gtk may propagate some press event up to the Spice display widget, but a widget may take focus and grab the release event, so the guest will keep seeing the key pressed. Releasing the keys when the grab is taken solves two menu-related bugs: https://bugzilla.redhat.com/show_bug.cgi?id=820829 https://bugzilla.redhat.com/show_bug.cgi?id=924577 This is based on a spice-gtk fix: http://lists.freedesktop.org/archives/spice-devel/2013-May/013351.html Signed-off-by: Daniel P. Berrange <berrange> This request was not resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you need to escalate this bug. This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Verified in RHEL-7.4-20170421.1. 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. https://access.redhat.com/errata/RHSA-2017:2258 |