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 725941 - Totally wrong placement of Hyperlink tooltips on zoom levels other than 100%
Totally wrong placement of Hyperlink tooltips on zoom levels other than 100%
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export HTML
1.12.x
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-03-08 15:54 UTC by Steff
Modified: 2014-03-14 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot with zoom level 50% (78.98 KB, image/png)
2014-03-08 15:54 UTC, Steff
Details

Description Steff 2014-03-08 15:54:00 UTC
Created attachment 271316 [details]
Screenshot with zoom level 50%

Hello, 
the code for placement of hyperlink tooltips seems not to consider the zoom level which is set. 
Screenshot should say it all.

Tested in Gnumeric version 1.12.12.
Comment 1 Morten Welinder 2014-03-08 20:54:13 UTC
Stangely enough the related cell-comment tips get placed right.
Comment 2 Morten Welinder 2014-03-09 23:42:18 UTC
Jean, can you help here?  Canvas problems are something you usually excel at.
Comment 3 Jean Bréfort 2014-03-14 17:16:57 UTC
gnm_canvas_get_position() was quite buggy. The situation was even worse for RTL sheets. We always pass unscaled coordinates to this function.

This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.