Hi,

I think I've just found a bug in the table layout code. I am trying to
create a single row table for my UI and I have been getting errors where the
qooxdoo script would start using 100% of my CPU and I couldn't figure out
what I was doing wrong! I eventually figured out which line I had to remove
to fix the problem:

this.__smallTable.setHeight(20);

I was really confused and I started investigating. I found out that if I set
the height to 22 it would work fine but if I set the height to 21 it would
go off into an infinite loop somewhere in the Layout code (or so firebug was
suggesting).

Has anyone else come across something like this?

Cheers,
- Andrew

-----------------------------------------
Andrew Manson
Graticule Cloud Applications<http://www.graticule.com/services/cloud-computing>
www.graticule.com
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to