OpenLayers OpenLayers

Changeset 566

Show
Ignore:
Timestamp:
06/09/06 13:53:24 (3 years ago)
Author:
crschmidt
Message:

Commit phil's change to AnchoredPopup, which improves handling in FF on OS X, and hopefully will for IE as well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js

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