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


_______________________________________________
Users mailing list
Users@geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to