Bug 85117

Summary: RFE: Keep cursor in the same place on ungrab
Product: Spice Reporter: Zeeshan Ali <zeenix>
Component: spice-gtkAssignee: 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 Zeeshan Ali 2014-10-17 00:20:36 UTC
On ungrab, the transition from remote (server-side) cursor to host cursor makes it jump somewhere else (I'm guessing where it was at the time of grab event) rather than staying at the same place. This makes for a bad user experience.

From https://bugzilla.gnome.org/show_bug.cgi?id=710287
Comment 1 Marc-Andre Lureau 2014-10-24 16:35:07 UTC
sent patch to fix this:
http://lists.freedesktop.org/archives/spice-devel/2014-October/017678.html
Comment 2 Marc-Andre Lureau 2014-10-27 09:30:34 UTC
push upstream
commit 7630c0dda9121978f76bdac621319d9ad96f1395
Author: Marc-André Lureau <marcandre.lureau@redhat.com>
Date:   Fri Oct 24 18:31:25 2014 +0200

    gtk: keep cursor in the same place on ungrab
    
    On ungrab, the transition from remote (server-side) cursor to host
    cursor makes it jump somewhere else rather than staying at the same
    place. Restore cursor position on ungrab to match with guest position.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=85117

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.