[jQuery] Events on Document versus preventing Text Selection

[jQuery] Events on Document versus preventing Text Selection

Hi guys,
I have a really really strange problem. I have the following case,
which I think is actually a browser bug that occurs in all major
browsers:
1.) I have a mousemove event attached to the document
2.) If I move out of the window holding a key pressed, the event still
fires, which is what I want.
So now here comes the tricky part:
3.) I make text on the element/body not seletable anymore, i.e. using
MozUserSelect or this.unselectable = "on", or return false or what
else (all the same).
4.) The document event does NOT fire anymore when moving out of the window.
I'm desperately searching for a workaround on this. Probably YUI can
do it in their D&D Library, but I don' know how.
Any ideas?
Paul
--
--
Paul Bakaus
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/