svg stops responding to mouse-events inside dhtmlxlayout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hermeoine12
    New Member
    • Apr 2010
    • 1

    svg stops responding to mouse-events inside dhtmlxlayout

    the following is a skeleton of the code :
    file1.jsp
    //includes file1.js
    <div id="xyz">
    //includes file2.jsp
    </div>

    file2.jsp
    //embeds an svg object


    file1.js
    var dhxLayout = new dhtmlXLayoutObj ect("parentId", "3L");
    //commenting the above lines enables the mouseover events of svg object


    --------------------------------------------------------
    ---works fine in FF,doesnt in IE6
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Maybe IE6 isn't supported? Have you tried later versions of IE?

    Comment

    Working...