Hi, Firebug reports: <span class="objectBox objectBox-errorMessage 
hasBreakSwitch opened"><span class="errorDuplication "></span>this.div.appendChild
 is not a function    </span>OpenLayers.js
 (line 897) -&gt; <span style="font-family: courier new,monospace;">this.div.appendChild(this.element);</span><br><br>By using alerts I can see that this happens when the overviewmap control is added to the map:<br><br><span style="font-family: courier new,monospace;">MAP.addControl(new OpenLayers.Control.OverviewMap({</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    div: $(&#39;overviewmap&#39;),</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    size: new OpenLayers.Size(188, 97),</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    minRectSize: 0</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">}));<br><br><font face="arial,helvetica,sans-serif">The mouse position control has stopped working as well (I comment out the overviewmap and get no errors).<br>

<br>This has worked perfectly for a long time, and I didn&#39;t change any libs recently. Still using OL 2.8. What could cause this error?<br></font></span><span class="objectBox objectBox-errorMessage 
hasBreakSwitch opened"></span><span class="objectBox objectBox-errorMessage 
hasBreakSwitch opened"></span>