GNOME Bugzilla – Bug 657694
incorrect coordinates label
Last modified: 2012-07-20 12:26:36 UTC
Steps to reproduce the problem: - download the following file and open it in gnumeric: http://parrenin.frederic.free.fr/download/parrenin-EDC-VK-synchro/Ice-synchros-2011-08-19.gnumeric (sorry, I could not reproduce the problem with a lightened file) - go to the 'EDC' sheet - move your mouse onto the grey chart at the left => the coordinates label is wrong
I'm unable to open your file (not enough memory). Could you try with current git or build a simpler sample? Might have been fixed along with #654392.
What is the procedure to build from git?
Created attachment 195201 [details] .gnumeric file to reproduce the problem
Previously attached is a lighten .gnumeric file which still shows the problem.
I still see the issue with HEAD. Looks like a scale issue, when the moused is at bottom right, there is no coordinate displayed, just like if the mouse was outside the plot area. Btw, to build gnumeric, you must checkout both goffice and gnumeric, and to build them, go to the top source directory and type: ./autogen.sh --prefix=$/HOME/.local&&make all install With this prefix, you'll not pollute /usr.
It's a zoom issue. Seems that the zoom level is applied twice. I need to investigate a bit. At 100% zoom level, things work like a charm.
and how do you checkout goffice and/or gnumeric?
git clone git://git.gnome.org/gnumeric
Created attachment 195206 [details] [review] Patch I'll commit that later today, along with other fixes.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
*** Bug 680309 has been marked as a duplicate of this bug. ***