[OpenLayers-Trac] Re: [OpenLayers] #2847: viewRequestID regression and mixin issue

OpenLayers trac-20090302 at openlayers.org
Fri Sep 17 18:49:07 EDT 2010


#2847: viewRequestID regression and mixin issue
------------------------+---------------------------------------------------
 Reporter:  ahocevar    |       Owner:  ahocevar    
     Type:  bug         |      Status:  new         
 Priority:  major       |   Milestone:  2.11 Release
Component:  Tile.Image  |     Version:  2.10        
 Keywords:              |       State:  Review      
------------------------+---------------------------------------------------

Comment(by ahocevar):

 Altough the patch may look scary at first sight, it only does two things:
  * in Tile.Image, it applies the mixin after calling the super's
 initialize method, so we can extend "this" rather than "options".
  * in both Tile.Image and Tile.Image.IFrame's initImgDiv methods, the
 viewRequestID will be updated regardless of imgDiv being null or not (i.e.
 we don't return at the top of the method any more when imgDiv is not
 null).

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


More information about the Trac mailing list