Creating DateChooser seems to be a slow operation, but why is it done when i trigger a mouse-wheel event? I think this is the bug.
After searching for a reason i found the _onMousewheel - function in AbstractSelectBox. After removing the line 65 (root.addListener("mousewheel", this._onMousewheel, this, true);) the problem was gone. Maybe the listener is too expensive? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Mouse-wheel-making-interface-unresponsive-for-a-long-time-tp5045998p5069789.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel