That works great. Thanks!<br><br>The ticket is at <a href="http://trac.openlayers.org/ticket/1449">http://trac.openlayers.org/ticket/1449</a><br><br><div><span class="gmail_quote">On 16/03/2008, <b class="gmail_sendername">Eric Lemoine</b> &lt;<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Mar 16, 2008 at 2:40 PM, Eric Lemoine &lt;<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>&gt; wrote:<br> &gt; On Sat, Mar 15, 2008 at 3:17 PM, Xin &lt;<a href="mailto:xin@zenpow.com">xin@zenpow.com</a>&gt; wrote:<br>
 &gt;&nbsp;&nbsp;&gt; Ghastly. I get the same error.<br> &gt;&nbsp;&nbsp;&gt;<br> &gt;&nbsp;&nbsp;&gt; A hackaround.<br> &gt;&nbsp;&nbsp;&gt;<br> &gt;&nbsp;&nbsp;&gt; I have changed<br> &gt;&nbsp;&nbsp;&gt;<br> &gt;&nbsp;&nbsp;&gt; return this.multiple || this.handler.evt[this.multipleKey];<br>
 &gt;&nbsp;&nbsp;&gt;<br> &gt;&nbsp;&nbsp;&gt; to<br> &gt;&nbsp;&nbsp;&gt;<br> &gt;&nbsp;&nbsp;&gt; return this.multiple;<br> &gt;<br> &gt;&nbsp;&nbsp;I guess I understand the problem. In the regular case clickFeature is<br> &gt;&nbsp;&nbsp;called as a result of a DOM event, this causes this.handler.evt to be<br>
 &gt;&nbsp;&nbsp;set. In your case: no event so this.handler.evt isn&#39;t set.<br> <br> <br>Can you give the attached patch a try.<br> <br> If the patch works for you and you care about this stuff, feel free to<br> open a ticket [*] and attach my patch to the ticket.<br>
 <br> Thanks,<br> <br> [*] <a href="http://trac.openlayers.org/wiki/FilingTickets">http://trac.openlayers.org/wiki/FilingTickets</a><br> --<br> <br>Eric<br> <br></blockquote></div><br>