kanugula <[EMAIL PROTECTED]> writes: > Hello, > > Sorry if my problem is already posted. > > A fantastic framework!. I am working on a licenced product. > > I have been playing with this product and implementing it in our system. > > Problem; > Build 0.6.6, IE 6.0, Example/Table-1.html > > In Table-1.html, auto resize works, but the column deselect/select fails. > The Debug console shows: > > 1341887: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > qx.ui.table.ResizeTableColumnModel[160] > 1350606: Could not dispatch event of type "visibilityChanged": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > qx.ui.table.TablePaneScroller[106] > 1351028: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > 1351059: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > 1351075: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > 1351091: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > 1351106: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > 1351122: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > 1351122: Could not dispatch event of type "mousemove": TypeError - > 'this._columnDataArr[...].width' is null or not an object (#-2146823281) > 1351122: Could not dispatch event > ------------------------ > ------------------------
Ok, this problem has been fixed with checkins 6995 for trunk, and 6996 for legacy_0_6_x. Note that the mechanism for specifying use of the ResizeTableColumnModel has changed slightly, as it is necessary to provide the new table column model to the Table constructor. See the documentation for Table, for details, and modified example Table_1.html for implementation. Thanks for reporting it! Cheers, Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
