You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
TypeError: node.getBoundingClientRect is not a function
with the core-drag-drop demo , when I drop an "Hello World" element outside the DOM document, or outside the browser window.
I get a similar error in node-webkit 0.10.5 (chromium 35) :
TypeError: Cannot read property 'getBoundingClientRect' of null"
In the framed function, node seems to be null.
No problem in Chrome 38.
The text was updated successfully, but these errors were encountered:
Hi !
In Firefox 32, I get an error :
with the core-drag-drop demo , when I drop an "Hello World" element outside the DOM document, or outside the browser window.
I get a similar error in node-webkit 0.10.5 (chromium 35) :
In the
framed
function,node
seems to be null.No problem in Chrome 38.
The text was updated successfully, but these errors were encountered: