[sorry for cross posting]

Hi all, 
I'm trying to catch and log several events from OpenLayers. 
I bound some listeners with: 

        openLayersMap.events.register( 
                eventType, 
                openLayersMap, myHandler(e) 
        ); 

where eventType is mousemove, mouseup and mousedown. 
Mousemove and Mouseup are handled perfectly, but no chance to get a
mousedown. 

Why is the mousedown not working? Do I need to set some options?
Basically I'm trying to catch the OL events, do custom stuff with them and
then propagate them to OL to execute its normal behaviour.

Thanks for any hints! 
Mulone 

-----
Mulone
PhD student
-- 
View this message in context: 
http://n2.nabble.com/Issue-with-Event-model-tp4611762p4611762.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
_______________________________________________
Dev mailing list
Dev@openlayers.org
http://openlayers.org/mailman/listinfo/dev

Reply via email to