<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    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:
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a class="moz-txt-link-freetext" href="http://api.geoext.org/1.1/examples/popup.html">http://api.geoext.org/1.1/examples/popup.html</a> <br>
    <br>
    In a console type (after the popup has been opened via mouse click):<br>
    <br>
    &nbsp;
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <tt>popup.unanchorPopup();</tt><br>
    <br>
    and then<br>
    <br>
    &nbsp;
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <tt>popup.show();</tt><br>
    <br>
    Chrome says: "
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    TypeError: Cannot call method 'getSize' of null" pointing towards
    line 259 of Popup.js wher the code reads:<br>
    <br>
    &nbsp; <tt>ancSize = this.anc.getSize()</tt><br>
    <br>
    I guess that this.anc is already nullified here, correct?<br>
    <br>
    Shall I file a bug report?<br>
    <br>
    Best regards,<br>
    Marc<br>
    <br>
    <br>
  </body>
</html>