Hi Jean-Noël, if so, then please open a bug report for it.
Regards, Alex From: Jean-Noël Rivasseau [mailto:[email protected]] Sent: Wednesday, November 17, 2010 7:56 PM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Adding a mousemove event on the document object I tested on other browsers (Chrome, IE) and this works. So I think the warning should be removed. On Wed, Nov 17, 2010 at 6:40 PM, Jean-Noël Rivasseau <[email protected]> wrote: No, only Firefox. I may have some problems then... I will test it cross browser and report more details. On Wed, Nov 17, 2010 at 6:28 PM, Alexander Steitz <[email protected]> wrote: Hi Jean-Noël, this is a warning in the debug mode. As far as I know the warning is thrown because the ‘document’ node does not have support for this event cross-browser. Did you already found the time to test it cross-browser? Regards, Alex From: Jean-Noël Rivasseau [mailto:[email protected]] Sent: Wednesday, November 17, 2010 5:55 PM To: qooxdoo Development Subject: [qooxdoo-devel] Adding a mousemove event on the document object 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 ------------------------------------------------------------------------------ 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
