Hello,

I need to attach a listener for mousemove on document (not document.body as
pointed out in http://news.qooxdoo.org/mouse-capturing : I have the same
problem).

Eg, I write:

qx.bom.Element.addListener(document, "mousemove", this.dragTopHud, this);

It works, but I get an annoying message:

There is no event handler for the event 'mousemove' on target '[object
HTMLDocument]'!

Is there a good reason to have this? It works fine... so I'd like to get rid
of this warning.

Jean-Noel
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to