[OpenLayers-Trac] [OpenLayers] #1586: popup grows larger with each pop

OpenLayers trac at openlayers.org
Fri Jun 20 09:45:18 EDT 2008


#1586: popup grows larger with each pop
----------------------+-----------------------------------------------------
  Reporter:  jpulles  |       Owner:       
      Type:  bug      |      Status:  new  
  Priority:  minor    |   Milestone:       
 Component:  general  |     Version:  SVN  
Resolution:           |    Keywords:  popup
     State:           |  
----------------------+-----------------------------------------------------
Comment (by openlayers):

 Actually, you're missing a close brace in your patch. It should have
 another } to close both 'if's.

 {{{
 this.moveTo(px);
    if (!this.autoSize) {
    if (!this.autoSize && !this.sizeAlreadySet) {
       this.setSize(this.size);
       this.sizeAlreadySet = true;
    }}
    this.setBackgroundColor();
    this.setOpacity();
 }}}

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


More information about the Trac mailing list