OpenLayers OpenLayers

Changeset 567 for sandbox/follower

Show
Ignore:
Timestamp:
06/09/06 14:10:17 (3 years ago)
Author:
follower
Message:

'Fix' for MC bug 63. Chris has already committed this to trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/follower/b-fix-ff-popup-63/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js

    r478 r567  
    4949        this.contentDiv = OpenLayers.Util.createDiv(id, null, contentSize,  
    5050                                                    null, "relative", null, 
    51                                                     "auto"); 
     51                                                    "hidden"); 
    5252        this.div.appendChild(this.contentDiv); 
    5353        this.setContentHTML();