ThinkGeo.com    |     Documentation    |     Premium Support

Bug in OpenLayers.Popup.FramedCloud ?!

 hi hi hi 


 


why FrameCloud doesn't resize and fit itself when contenthtml dynamicaly changed?


look:


  map.popups[index].setContentHTML( result.substr(13));


 


here popup is autosized but sometimes it can not grow to show all content i see such bug in openlayer froum what


do you think specialists?!



Hello hossein, 
  
 Maybe you can try  map.popups[index].updateSize after you set the contenthtml. I didn’t test for this, but follow the openlayer documentation, it says like this way. 
  
 Regards, 
  
 Gary