Hi Derrell

Pretty sure ­ but the table redraws itself if I click on the table cell's
DIV in the debugger; I can see before I click on it that type CSS is correct
but hovering the mouse over the DIV highlights it's position as underneath
the table, and once I click on the element in the debugger the div
repositions itself.

I think that this is something to do with dynamically-added stylesheets not
being interpreted (the table used stylesheets for cells); if I do this in
the javascript console:
var sheet = qx.bom.Stylesheet.createElement(".stuff { font-weight: inherit;
} ");
qx.bom.Stylesheet.addRule(sheet, ".more-stuff", "font-weight: inherit;");

The second line makes the table cells appear.

John

From:  Derrell Lipman <[email protected]>
Reply-To:  qooxdoo Development <[email protected]>
Date:  Fri, 20 Apr 2012 11:21:38 -0400
To:  qooxdoo Development <[email protected]>
Subject:  Re: [qooxdoo-devel] Table display problems in Chrome

On Fri, Apr 20, 2012 at 11:05, John Spackman <[email protected]> wrote:
> Hi
> 
> I'm having some problems with Table in Chrome, in that when the Table first
> appears the cells are all there but they appear empty.  Resizing the Chrome
> window does not help, but opening the Chrome Developer Tools and then
> navigating down through the elements will eventually make the text in the
> cells appear ­ IE this happens without interacting with the web page, just by
> interacting with the Chrome Debugger.

John, are you sure you don't have any references to 'console' in your code?
If you do, and the debugger isn't open, then you'll get a JavaScript error
(but not necessarily any indication of the error since the debugger isn't
open).

Derrell

----------------------------------------------------------------------------
-- For Developers, A Lot Can Happen In A Second. Boundary is the first to
Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try
it FREE! 
http://p.sf.net/sfu/Boundary-d2dvs2_________________________________________
______ qooxdoo-devel mailing list [email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to