When we click on a feature, it doesn't show the popup.
Event thread: mousedown
Error:
name: TypeError
message: Statement on line 682: Could not convert undefined or null to object
Backtrace:
Line 682 of linked script http://localhost:2653/Extranet/Website/Georreferenciacion/OpenLayers/lib/OpenLayers/BaseTypes.js
opp += quadrant.charAt(0) == "t" ? "b" : "t";
Line 158 of linked script http://localhost:2653/Extranet/Website/Georreferenciacion/OpenLayers/lib/OpenLayers/Popup/AnchoredBubble.js
var corner = OpenLayers.Bounds.oppositeQuadrant(this.relativePosition);
Line 130 of linked script http://localhost:2653/Extranet/Website/Georreferenciacion/OpenLayers/lib/OpenLayers/Popup/AnchoredBubble.js
var corners = this.getCornersToRound(this.relativePosition);
Line 75 of linked script http://localhost:2653/Extranet/Website/Georreferenciacion/OpenLayers/lib/OpenLayers/Popup/AnchoredBubble.js
this.setRicoCorners(! this.rounded);
Line 254 of inline#4 script in http://localhost:2653/Extranet/Website/Georreferenciacion/Default.aspx
popup.setSize(new OpenLayers.Size(250, 150));
Line 282 of linked script http://localhost:2653/Extranet/Website/Georreferenciacion/OpenLayers/lib/OpenLayers/Events.js
continueChain = callback.func.call(callback.obj, evt);
Line 310 of linked script http://localhost:2653/Extranet/Website/Georreferenciacion/OpenLayers/lib/OpenLayers/Events.js
this.triggerEvent(evt.type, evt);
Line 886 of linked script http://localhost:2653/Extranet/Website/Georreferenciacion/OpenLayers/lib/OpenLayers/BaseTypes.js
return __method.call(object, event || window.event);