[OpenLayers-Trac] [OpenLayers] #694: Safari 1.3.2 doesn't work with OL 2.4

OpenLayers trac at openlayers.org
Thu May 10 11:19:06 EDT 2007


#694: Safari 1.3.2 doesn't work with OL 2.4
------------------------+---------------------------------------------------
  Reporter:  crschmidt  |       Owner:             
      Type:  bug        |      Status:  new        
  Priority:  blocker    |   Milestone:  2.4 Release
 Component:  general    |     Version:  2.4 RC3    
Resolution:             |    Keywords:  review     
------------------------+---------------------------------------------------
Comment (by tschaub):

 Point and LineString tests fail with bt.patch.

 The conditional should be something like:

 {{{
             if((arguments[i].hasOwnProperty &&
 arguments[i].hasOwnProperty('toString')) ||
                (!arguments[i].hasOwnProperty && arguments[i].toString)) {
                 proto.toString = arguments[i].toString;
             }
 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/694#comment:3>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list