[OpenLayers-Trac] [OpenLayers] #3270: Handler.Feature may not trigger "click" when touching a feature

OpenLayers trac-20090302 at openlayers.org
Thu Apr 21 11:38:03 EDT 2011


#3270: Handler.Feature may not trigger "click" when touching a feature
-----------------------------+----------------------------------------------
 Reporter:  erilem           |       Owner:  tschaub     
     Type:  bug              |      Status:  new         
 Priority:  major            |   Milestone:  2.11 Release
Component:  Handler.Feature  |     Version:  2.10        
 Keywords:                   |       State:              
-----------------------------+----------------------------------------------
 The feature handler should trigger the "click" callback on each touchstart
 on a feature. With the current code only the first touchstart triggers a
 "click" callback.

 Expected:

 {{{
 touchstart on feature -> "click"
 touchstart on same feature -> "click"
 etc.
 }}}

 Current behavior:

 {{{
 touchstart on feature -> "click"
 touchstart on same feature -> NOTHING
 touchstart on same feature -> NOTHING
 etc.
 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3270>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list