We have an app with several tables as well as a variety of lists, buttons,
etc. All seems fine on IE 7 & 8, as well as FF and other browsers. Except
for IE 6..... we've figured out that everything else seems to be fine,
EXCEPT when we try to add the table. We stripped out all of the setting
table attribs, etc. to come up with:

     var dm = new qx.ui.table.model.Simple();
      this.recipeTable = new qx.ui.table.Table(dm);
      secondCol.add(this.recipeTable, {flex: 1});   // dies here

when add() is called, IE 6 locks up completely - display freezes without
displaying any of the GUI and other widgets, cannot do anything except to
kill w/task manager. If you allow it to continue, sometimes (always?) after
10-15 minutes a dialog pops up with a timeout; dismissing the dialog allows
you to gain control over IE 6 again, and when the page is refreshed, it now
works fine, and the table works as it should.

So, the entire app seems to work except for the two lines which add() the
tables. Executing either add() causes the display to freeze.

According to customer, this is fairly serious for them as they are said to
have about 75,000 or so users still with IE 6.

It appears that I can use a List instead of the Table in at least one of the
cases, but kind of need the table layout for the other to look OK. Any
suggestions? Known bug? Workarounds?
Thanks,
Ken
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to