Loading xpfe/browser/resources/content/navigatorDD.js +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ * Rights Reserved. * * Contributor(s): * - Kevin Puetz (puetz@iastate.edu) * - Kevin Puetz (puetzk@iastate.edu) */ // Loading Loading @@ -296,7 +296,7 @@ function BeginDragContentArea ( event ) var htmlstring = null; var textstring = null; var domselection = window.content.getSelection(); if ( domselection && !domselection.isCollapsed) if ( domselection && !domselection.isCollapsed && domselection.containsNode(event.target,false)) { // the window has a selection so we should grab that rather than looking for specific elements // dump(domselection); Loading Loading
xpfe/browser/resources/content/navigatorDD.js +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ * Rights Reserved. * * Contributor(s): * - Kevin Puetz (puetz@iastate.edu) * - Kevin Puetz (puetzk@iastate.edu) */ // Loading Loading @@ -296,7 +296,7 @@ function BeginDragContentArea ( event ) var htmlstring = null; var textstring = null; var domselection = window.content.getSelection(); if ( domselection && !domselection.isCollapsed) if ( domselection && !domselection.isCollapsed && domselection.containsNode(event.target,false)) { // the window has a selection so we should grab that rather than looking for specific elements // dump(domselection); Loading