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> <<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>> 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 <<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>> wrote:<br> > On Sat, Mar 15, 2008 at 3:17 PM, Xin <<a href="mailto:xin@zenpow.com">xin@zenpow.com</a>> wrote:<br>
> > Ghastly. I get the same error.<br> > ><br> > > A hackaround.<br> > ><br> > > I have changed<br> > ><br> > > return this.multiple || this.handler.evt[this.multipleKey];<br>
> ><br> > > to<br> > ><br> > > return this.multiple;<br> ><br> > I guess I understand the problem. In the regular case clickFeature is<br> > called as a result of a DOM event, this causes this.handler.evt to be<br>
> set. In your case: no event so this.handler.evt isn'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>