Summary: | regression: multiple devices: server mouse cannot escape a single window | ||
---|---|---|---|
Product: | Spice | Reporter: | Alon Levy <alevy> |
Component: | spice-gtk | Assignee: | Spice Bug List <spice-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Alon Levy
2011-06-07 01:30:32 UTC
Addentum: just noticed that dragging a window actually works across both windows (==guest monitors), but when you release the mouse button the mouse is whisked back to the starting monitor. argh, this was actually working, until I fixed it very recently in the last release with this: - !d->show_cursor) { + !d->show_cursor && d->mouse_grab_active) { We need a session "grab-active" commit 1032b94fd3c8597562fd029730b1f5590a3f8a72 Author: Marc-André Lureau <marcandre.lureau@redhat.com> Date: Mon Nov 3 13:50:43 2014 +0100 gtk-session: add pointer-grabbed property |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.