erikabruni73 / osmdroid

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

Patch for /trunk/osmdroid-android/src/org/osmdroid/views/MapView.java #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Better event management on MapView children. 

When you add child view to a MapView in an xml UI file, events fired on these 
view are always dispatched to the underlying Osmdroid overlays. In our case, we 
wanted the event to be stopped if a view listener intercepted it. 

Original issue reported on code.google.com by huchet.j...@gmail.com on 25 May 2011 at 6:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by kurtzm...@gmail.com on 26 May 2011 at 5:53

GoogleCodeExporter commented 9 years ago
Hello, 
The patch I submitted changes the way events are handled, but doesn't solve 
correctly the issue. In addition it causes the events to be fired multiple 
times without any reason.
Please close this issue and don't include the previous patch. 

I'm working on a better solution, I will let you know.

Original comment by huchet.j...@gmail.com on 4 Sep 2011 at 8:38

GoogleCodeExporter commented 9 years ago

Original comment by kurtzm...@gmail.com on 24 Jun 2013 at 12:47