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 735986 - Do not accept out of range values
Do not accept out of range values
Status: RESOLVED FIXED
Product: libchamplain
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libchamplain-maint
libchamplain-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-03 18:13 UTC by Felipe Lessa
Modified: 2014-09-08 21:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felipe Lessa 2014-09-03 18:13:47 UTC
It's been suggested that I file this bug on libchamplain, even though EOG already got a workaround.  Please see the details here:

https://bugzilla.gnome.org/show_bug.cgi?id=735914
Comment 1 Jiri Techet 2014-09-05 22:33:08 UTC
Could you please tell me which libchamplain method you are calling? I've just checked champlain_view_center_on () and this one already trims the coordinate to make it within valid values but I haven't checked your code so you probably call a different method.
Comment 2 Felipe Lessa 2014-09-06 01:11:58 UTC
I'm sorry, but I'm not EOG's developer, so I actually have no idea.  =(
Comment 3 Jiri Techet 2014-09-08 21:03:19 UTC
I've just checked the EOG plugin code and I guess it's related to the marker positioning. Should be fixed in master now.
Comment 4 Felipe Lessa 2014-09-08 21:04:10 UTC
Awesome!  Many thanks, and sorry again for not being much helpful.