tomay / rebioma

Automatically exported from code.google.com/p/rebioma
0 stars 0 forks source link

detail view map icon bug #375

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sign in
2. Find a record you own (test data)
3. Go to "detail view" 
4. Drag and drop icon to new location

What is the expected output? What do you see instead?
Icon should drag to the drop location, and map should re-center. This works 
*sometimes*. Other times you get unexpected results, including: change of zoom 
level, icon ends up in completely different area (like the middle of the 
ocean), icon doesn't move at all. 

I'm not sure if this is something that can be controlled at the portal level, 
or if there is an underlying issue with how GWT handles icons on maps, or ? 

Setting markerOptions.SetAutoPan(false) does not seem to have any effect, but 
this may be the first thing to try again. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by tom.alln...@gmail.com on 5 Feb 2011 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by tom.alln...@gmail.com on 18 Feb 2011 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by tom.alln...@gmail.com on 18 Feb 2011 at 5:35

GoogleCodeExporter commented 9 years ago
additional comments from Aaron: 
I suggest upgrading to the latest GWT maps API (maybe even develop
against trunk) and working through the portal implementation to figure
out what's going on. One approach might be to find a record that
reproduces the problem and check the Chrome Developer Tools console
for any JavaScript errors that occur.

Original comment by tom.alln...@gmail.com on 8 Mar 2011 at 8:15

GoogleCodeExporter commented 9 years ago
seems to have been fixed in later versions of GWT!

Original comment by tom.alln...@gmail.com on 29 Oct 2012 at 11:46