OpenLayers OpenLayers

Ticket #1595: ff3.patch

File ff3.patch, 455 bytes (added by bartvde, 7 months ago)
  • lib/OpenLayers/Renderer/SVG.js

    old new  
    244244            node.setAttributeNS(null, "pointer-events", style.pointerEvents); 
    245245        } 
    246246         
    247         if (style.cursor != null) { 
     247        if (style.cursor != null && style.cursor != '') { 
    248248            node.setAttributeNS(null, "cursor", style.cursor); 
    249249        } 
    250250        return node;