Bug 85117 - RFE: Keep cursor in the same place on ungrab
Summary: RFE: Keep cursor in the same place on ungrab
Status: RESOLVED FIXED
Alias: None
Product: Spice
Classification: Unclassified
Component: spice-gtk (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Spice Bug List
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 00:20 UTC by Zeeshan Ali
Modified: 2014-10-27 09:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.