[Users] GeoExt.Popup: Possible bug when unanchoing and then showing
Marc Jansen
jansen at terrestris.de
Mon Mar 5 15:40:28 CET 2012
Hi all,
GeoExt 1.1 currently runs into an error, when the following sequence of
actions happen on a GeoExt.Popup(). The issue can be tested with the
online example here: http://api.geoext.org/1.1/examples/popup.html
In a console type (after the popup has been opened via mouse click):
popup.unanchorPopup();
and then
popup.show();
Chrome says: " TypeError: Cannot call method 'getSize' of null" pointing
towards line 259 of Popup.js wher the code reads:
ancSize = this.anc.getSize()
I guess that this.anc is already nullified here, correct?
Shall I file a bug report?
Best regards,
Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20120305/55d92ab0/attachment.htm
More information about the Users
mailing list