> "ERROR: qx.ui.layout.GridLayout[2569]: _computePreferredBoxWidth > failed: > InternalError - too much recursion". > > I don't if this is a bug or just I don't using it right. > Code snippets: > > var layoutPop = new qx.ui.layout.GridLayout(); > layoutPop.setColumnWidth(0, "75%");
I can get http://demo.qooxdoo.org/current/demobrowser/#test~GridLayout_4.html to fail in IE7 and FF if I just resize the page so that the grid layout area goes to a minimum either horizontally or vertically. Perhaps if you try to avoid that case it might work (set a minimum size for the grid layout might work). Reported at http://bugzilla.qooxdoo.org/show_bug.cgi?id=824 We'll wait for an official response... Hugh ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
