In 0.8 the Widget capture/losecapture events have replaced the changeCapture event in 0.7. The event handler for "losecapture" (_onChangeCaptureHeader) inside qx.ui.table.pane.Scroller still expects a qx.event.type.Data event object and wrongly calls getData on the event object which is now only a plain qx.event.type.Event.
Getting a runtime exception from this code is somewhat erratic and difficult to reproduce reliably as the other condition in the if() statements seem to be rarely true. However this is an error waiting to happen and I have seen it - hence this message. It think a code fix for this would be worth doing. Will Pritchard. -- View this message in context: http://www.nabble.com/Error-in-qx.ui.table.pane.Scroller-losecapture-event-handler-tp21012091p21012091.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
