good find, chris. indeed a bug. i&#39;ve reopened the ticket and am preparing a patch:<br><a href="http://trac.openlayers.org/ticket/1359#comment:12">http://trac.openlayers.org/ticket/1359#comment:12</a><br><br><div class="gmail_quote">
On Thu, Oct 23, 2008 at 4:47 PM, Chris Rankin <span dir="ltr">&lt;<a href="mailto:rankincj@yahoo.com">rankincj@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I have noticed the following oddity in a patch attached to ticket #1359, at line 152:<br>
<br>
<a href="http://trac.openlayers.org/attachment/ticket/1359/rightClicks.patch" target="_blank">http://trac.openlayers.org/attachment/ticket/1359/rightClicks.patch</a><br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;144 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var propagate = true;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;145<br>
 &nbsp; &nbsp; &nbsp; &nbsp;146 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Collect right mouse clicks from the mouseup<br>
 &nbsp; &nbsp; &nbsp; &nbsp;147 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // &nbsp;IE - ignores the second right click in mousedown so using<br>
 &nbsp; &nbsp; &nbsp; &nbsp;148 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // &nbsp;mouseup instead<br>
 &nbsp; &nbsp; &nbsp; &nbsp;149 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (this.checkModifiers(evt) &amp;&amp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;150 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.control.handleRightClicks &amp;&amp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;151 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OpenLayers.Event.isRightClick(evt)) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;152 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; propogate = this.rightclick(evt);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;153 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
 &nbsp; &nbsp; &nbsp; &nbsp;154<br>
 &nbsp; &nbsp; &nbsp; &nbsp;155 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return propagate;<br>
<br>
Surely that should be &quot;propagate&quot; rather than &quot;propogate&quot;?<br>
<br>
Cheers,<br>
Chris<br>
<br>
P.S. Is there any reason why the following would NOT notify me of right-clicks on my map?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;map.events.register(&#39;rightclick&#39;, map, function(e) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;alert(this.CLASS_NAME);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return true;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;});<br>
<br>
I have already set the handleRightClicks property to &quot;true&quot; on the Navigation control.<br>
<br>
<br>
<br>
_______________________________________________<br>
Dev mailing list<br>
<a href="mailto:Dev@openlayers.org">Dev@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/dev" target="_blank">http://openlayers.org/mailman/listinfo/dev</a><br>
</blockquote></div><br>