[OpenLayers-Users] Right Click support?

2009-10-09 Thread Kenny France
Hi Guys I know this topic has been discussed may a time but here we try again. The following code works in FF but not in IE //Right click support map.div.oncontextmenu = function noContextMenu(e) { if (OpenLayers.Event.isRightClick(e)){

Re: [OpenLayers-Users] right-click support ?

2008-03-24 Thread Luis F Silva
helps Fernando. Christopher Schmidt <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 19/03/2008 14:08 To users@openlayers.org cc Subject Re: [OpenLayers-Users] right-click support ? On Wed, Mar 19, 2008 at 05:35:48PM +0100, "R. Müller" wrote: > Christopher Schmidt schrieb: >

Re: [OpenLayers-Users] right-click support ?

2008-03-20 Thread Attila Csipa
On Wednesday 19 March 2008 18:09:27 Christopher Schmidt wrote: > > map.events.register('click', map, function (e) { ... }) > > > > but this only listens to left-clicks :-(. > > What makes you say this? I don't believe it to be true. (I can't > confirm, because I don't have a mouse with a right clic

Re: [OpenLayers-Users] right-click support ?

2008-03-19 Thread Christopher Schmidt
On Wed, Mar 19, 2008 at 05:35:48PM +0100, "R. Müller" wrote: > Christopher Schmidt schrieb: > > > > Every other map that I'm aware of messes with the user's settings by > > making it such that right click does nothing. With that in mind, if an > > application wants to do something with the right c

Re: [OpenLayers-Users] right-click support ?

2008-03-19 Thread R. Müller
Christopher Schmidt schrieb: > > Every other map that I'm aware of messes with the user's settings by > making it such that right click does nothing. With that in mind, if an > application wants to do something with the right click button, that's > their business. > > Regards, imho this not a qu

Re: [OpenLayers-Users] right-click support ?

2008-03-19 Thread MilesTogoe
Christopher Schmidt wrote: > On Wed, Mar 19, 2008 at 08:59:45AM +0100, "R. Müller" wrote: > >> i'm just wondering a bit that there is no support for mouse-right-click >> on map. you can do everything you want with the left button, but nothing >> with the right?! what about context-menus, etc. >>

Re: [OpenLayers-Users] right-click support ?

2008-03-19 Thread Christopher Schmidt
On Wed, Mar 19, 2008 at 08:59:45AM +0100, "R. Müller" wrote: > i'm just wondering a bit that there is no support for mouse-right-click > on map. you can do everything you want with the left button, but nothing > with the right?! what about context-menus, etc. I'm not sure I understand why you thin

Re: [OpenLayers-Users] right-click support ?

2008-03-19 Thread Christopher Schmidt
On Wed, Mar 19, 2008 at 09:22:03AM +0100, Kristian Thy wrote: > I, personally, would find it insanely annoying if you mess with my > normal browser context menu. I find it very rude to (try to) mess with > the user's settings. Every other map that I'm aware of messes with the user's settings by ma

Re: [OpenLayers-Users] right-click support ?

2008-03-19 Thread Kristian Thy
On Wed, Mar 19, "R. Müller" wrote: > i know that there is very different behaviour with different browsers, Indeed. > (additionally you have to disable the default behaviour first) You can't. Not in my browser, at least. > but i personally think it would be an important (almost basic) feature!

[OpenLayers-Users] right-click support ?

2008-03-19 Thread R. Müller
hi group, i'm working with openlayers for a couple of weeks. and in the meantime i love this project. keep up the good work guys! i'm just wondering a bit that there is no support for mouse-right-click on map. you can do everything you want with the left button, but nothing with the right?! what