If I perform a mousedown within a document, move the mouse outside the
browser window, and then release the mouse button, the document.onmous eup
event does not fire. Is there any way to detect a mouseup event outside the
document?
Also, how can I get the relative coordinates of the cursor while it is
outside the browser?
Thank you.
browser window, and then release the mouse button, the document.onmous eup
event does not fire. Is there any way to detect a mouseup event outside the
document?
Also, how can I get the relative coordinates of the cursor while it is
outside the browser?
Thank you.
Comment