After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693430 - mouse coordinates sometimes vary strangely
mouse coordinates sometimes vary strangely
Status: RESOLVED DUPLICATE of bug 674215
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other Linux
: Normal normal
: ---
Assigned To: Jean Bréfort
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2013-02-08 16:11 UTC by Frédéric Parrenin
Modified: 2013-02-11 16:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
.gnumeric file to reproduce the problem (2.44 KB, application/x-gnumeric)
2013-02-08 16:11 UTC, Frédéric Parrenin
Details

Description Frédéric Parrenin 2013-02-08 16:11:19 UTC
Created attachment 235517 [details]
.gnumeric file to reproduce the problem

Steps to reproduce:
- open the attached workbook
- move the mouse over the chart by 1 pixel to the left or 1 pixel to the right
=> sometimes, while you move the mouse to the right, the X-coordinate decreases, and sometimes, while you move the mouse to the left, the X-coordinate increaes.
Comment 1 Jean Bréfort 2013-02-08 16:58:00 UTC
Very strange indeed.
Comment 2 Jean Bréfort 2013-02-09 06:05:28 UTC
I can fix that for now adding a call to gtk_widget_set_tooltip() with a NULL text argument, but this is quite weird.

*** This bug has been marked as a duplicate of bug 674215 ***
Comment 3 Frédéric Parrenin 2013-02-11 14:42:14 UTC
I recompiled goffice and gnumeric from git but for me the problem is still present. What did I wrong?
Comment 4 Jean Bréfort 2013-02-11 16:13:03 UTC
You are right, my fix does not work, we need to wait for a fix in Gtk+.