[Users] geoext.popup position problem
semska at gmail.com
semska at gmail.com
Wed Jun 2 10:00:08 CEST 2010
Hi all,
I use the geoext.popup to display information on features in the map.
The content in the html element consists of text and an image<img>
My problem is that the positioning of the anchored popup is done before the
image is fully loaded(not always, but most of the time). This makes the
positioning of the anchored popup wrong because the height is altered by
the image when it is loaded.
popup definition:
popupInstance= new GeoExt.Popup({
title: 'Title',
feature: feature,
width: width,
html: 'both text and image tags',
maximizable: false,
collapsible: false,
unpinnable: false
});
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20100602/707cd15d/attachment.htm
More information about the Users
mailing list