VitorFranca4 / mixare

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

Error connection when click outside marker #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Select any datasource
2.Click outside Marker
3.Show Error connection.

What is the expected output? What do you see instead?
Not show any thing when click outside Marker

What version of the product are you using? On what operating system?
6.3, 6.2, 6.1, 5.34 . Android 2.2 Phone Samsung Galaxy

Please provide any additional information below.

Original issue reported on code.google.com by kunlq...@gmail.com on 6 Dec 2010 at 4:42

GoogleCodeExporter commented 8 years ago
Change func handleClickEvent in DataView.java :
for (int i = 0 ; i <= dataHandler.getMarkerCount() && !evtHandled; i++)
by for (int i = 0 ; i < dataHandler.getMarkerCount() && !evtHandled; i++)

Original comment by kunlq...@gmail.com on 6 Dec 2010 at 11:25

GoogleCodeExporter commented 8 years ago
Thanks for reporting the issue and providing a fix, I'm testing it

Daniele

Original comment by daniele.gobbetti on 10 Dec 2010 at 10:54

GoogleCodeExporter commented 8 years ago

Original comment by mixare.org on 13 Dec 2010 at 8:38