[OpenLayers-Users] Mobile Support: Handling a tap like a mouse click... (fixed)

Leonhard Dietze news at leole.de
Wed Jun 29 01:28:08 EDT 2011


Hi Noli,

Am 29.06.2011 01:10, schrieb Noli Sicad:
>> in case somebody else stumbles over this message. After a lot
>> of OpenLayers/Javascript/Jquery-Debugging I finally found
>> the problem with my code (with JQuery,OpenLayers,JQuery-UI):
>> I was trying to stop the Click-Event from being further
>> evaluated. When I finally removed the line
>
>>      "Event.stop(oEvt);"
>> all the errors dissapeared.
>
> Where did you remove this  "Event.stop(oEvt);" ? Is part of you own
> source code or OpenLayer?
>
> If is part of the OpenLayers source code, can you tell the file (
> ***.js)  to edit it.

Thanks for asking.

Sorry, I forgot to mention that: It was within my code where I removed
it from. Openlayers runs perfect.
I included that command during the development, because I wanted to
stop a getFeatureRequest to be send after I handled some clicks that
are processed directly within the database - but it also runs without
that.

Leonhard



More information about the Users mailing list