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 657694 - incorrect coordinates label
incorrect coordinates label
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
1.10.x
Other Linux
: Normal normal
: ---
Assigned To: Jean Bréfort
Jody Goldberg
: 680309 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-08-30 12:26 UTC by Frédéric Parrenin
Modified: 2012-07-20 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
.gnumeric file to reproduce the problem (125.97 KB, application/x-gnumeric)
2011-08-30 13:47 UTC, Frédéric Parrenin
  Details
Patch (596 bytes, patch)
2011-08-30 14:21 UTC, Jean Bréfort
committed Details | Review

Description Frédéric Parrenin 2011-08-30 12:26:08 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
Comment 1 Jean Bréfort 2011-08-30 13:13:44 UTC
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.
Comment 2 Frédéric Parrenin 2011-08-30 13:42:29 UTC
What is the procedure to build from git?
Comment 3 Frédéric Parrenin 2011-08-30 13:47:53 UTC
Created attachment 195201 [details]
.gnumeric file to reproduce the problem
Comment 4 Frédéric Parrenin 2011-08-30 13:48:25 UTC
Previously attached is a lighten .gnumeric file which still shows the problem.
Comment 5 Jean Bréfort 2011-08-30 13:54:02 UTC
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.
Comment 6 Jean Bréfort 2011-08-30 13:58:49 UTC
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.
Comment 7 Frédéric Parrenin 2011-08-30 14:00:03 UTC
and how do you checkout goffice and/or gnumeric?
Comment 8 Andreas J. Guelzow 2011-08-30 14:09:30 UTC
git clone git://git.gnome.org/gnumeric
Comment 9 Jean Bréfort 2011-08-30 14:21:55 UTC
Created attachment 195206 [details] [review]
Patch

I'll commit that later today, along with other fixes.
Comment 10 Jean Bréfort 2011-08-30 16:01:00 UTC
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.
Comment 11 Jean Bréfort 2012-07-20 12:26:36 UTC
*** Bug 680309 has been marked as a duplicate of this bug. ***