Hi
I've got another redraw bug in the latest version of Chrome I have a
custom widget which creates a number of qx.html.Element instances, one of
which is not visible until needed. Recently, that element does not become
visible on screen even though the display:none is removed from it. Looking
at the DIV in the debugger, the element should be visible but it's not.
It is possible to make the element be visible simply by adding a line to
qx.html.Element.flush() to reference element.offsetHeight immediately after
setting the element.style.display. This is reliably reproducible in my test
case although the app is not small and concise enough for a playground
demo right now.
As a fix this works well, but I'm wondering whether always referencing
offsetHeight would cause a performance degradation, and are there any tools
in the Qooxdoo kit to test it?
John
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel