Hi
In my project I have been ExtJS library and also for displaying map OpenLayers (OL) library. I am not sure that anyone is familiar with that library. I would just like to share what I have noticed with working on my project.
I am going to post this topic also on OL forum.
My goal was to add clicking possibility on the map. Task pretty simple. I have just used the exactly this same code from this example page:
http://openlayers.org/dev/examples/click.html
Unfortunately it did not work how I wanted. In my application I when I did right click on the map the left click was not longer working correctly. I was actually not able to do left click any more. Also in the IE double click was causing starting the single click listener. In the pure OL application it does not happens like that. I develop my application on the localhost, but here is example of page that has this same error:
http://geoportal.jrc.it/index.cfm/pageid/341
See what left click does, that do right and then try doing one more time left click - it does not work.
Maybe someone has noticed something in his application? I am prettie sure that using both ExtJS and OL are causing this problem... I do not have any other ideas on that...
Any help would be appreciated...
Regards,
Poul