Issue 64: Error connection when click outside marker
Status:  Fixed
Owner:
Closed:  Dec 2010
Reported by kunlq...@gmail.com, Dec 5, 2010
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.

Dec 6, 2010
#1 kunlq...@gmail.com
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++)
Dec 10, 2010
Project Member #2 daniele.gobbetti
Thanks for reporting the issue and providing a fix, I'm testing it

Daniele
Owner: daniele.gobbetti
Dec 13, 2010
Project Member #3 mixare.org
(No comment was entered for this change.)
Status: Fixed