> http://test.powersystemadvisors.com/ > > Somebody try it with IE. I get a: > > 006031 DEBUG: qx.ui.tree.Tree[564]: Ignoring invisible child: > [object qx.ui.tree.Tree]
Same in IE. That's a pretty standard message - I get it in my tree as well. > and the staticLine doesn't look right (suppose to be a terminator > of 3 units high). This looks OK in FF2 but not in IE7. In FF2 it's: <div style="position: absolute; background-color: rgb(224, 223, 227); width: 160px; height: 3px; left: 462px; top: 365px;"/> In IE the raw HTML generated is: <DIV style="LEFT: 462px; WIDTH: 160px; POSITION: absolute; TOP: 365px; HEIGHT: 3px; BACKGROUND-COLOR: rgb(224,223,227)"></DIV> Must be a padding or margin setting (or other bounding box) which isn't being set right in IE. 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
