Is it possible catch mouse events outside the document with event handler in? As far as I understand, it is not provided by DOM.
Here is simple example for 'mousedown' event inside DIV with style="position: absolute; http://dwarf.mostcom.ru/~jimson/mousemove.html (Just try to 'pull' green box outside browser window)
Handler inside DIV receive 'mousemove' and 'mouseup' events even if mouse pointer moved outside browser window (!)
Is it a bug or a feature ? It work in mozilla 1.3.1, 1.2.1, netscape 7.0 (MS Windows, FreeBSD, Linux).
If it is a feature - where can I find more information about it? If it is a bug - should I post report?
-- constantin cherkasoff
