Hello,

I have

popup = new OpenLayers.Popup("chicken",
   lonLat,
   null,
   "example popup",
   true); 
popup.autoSize = true;
map.addPopup(popup);

The popup shows up, but the size is far too small. I need to scroll within
the popup. Working with fixed sizes works as well, but then I have to do
lots of trial and error to find the right size and hence I would like to use
the autoSize feature.

Thanks for any hints you may have.

N.
-- 
View this message in context: 
http://n2.nabble.com/popup-autoSize-true-is-rather-strange-tp4930736p4930736.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to