Hi Ken,

one difference between Stefan's example and your posting is that he adds the
table to the root window, whereas you add it to secondCol.  So the question
is, what is secondCol?  The other difference is that you add it with flex,
so the problem could also lie there (something with the layout manager, I
suppose).  Perhaps this help to create a simple demo app which shows the
problem.

Cheers,
Fritz

On Mon, 5 Oct 2009, Ken MacDonald wrote:

> Hi Stefan,
> Thanks! Am working on a example to see if I can demo the problem with a
> minimal application. Will post when I get something. I'm using XP / qoox
> 0.8.3.
> Ken
>
> On Mon, Oct 5, 2009 at 1:59 PM, Stefan Volbers <[email protected]> wrote:
>
>> Hi Ken,
>>
>> I created some applications with simple tables, and the companies where
>> they are being used run them on IE >= 6.
>> I can't agree, the tables work ok.
>>
>> I modified your example to have it work in playground, and it does:
>>
>> var dm = new qx.ui.table.model.Simple();
>> var recipeTable = new qx.ui.table.Table(dm);
>> this.getRoot().add(recipeTable, {left:10, top: 10});
>>
>> -> successful in qx0.8.3 SDK with IE6 on XP.
>> Which version of qooxdoo are you working on?
>>
>> Maybe we can investigate this further, but you should try to further
>> break down the problem.
>>
>> Greetings,
>> Stefan
>>
>> PS I remember there are differences in IE 6 on XP vs Win2K. Which OS did
>> the problem occur in?
>>
>> Ken MacDonald wrote:
>>> 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?
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
>> http://p.sf.net/sfu/devconf
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>

-- 
Oetiker+Partner AG              tel: +41 62 775 99 03 (direct)
Fritz Zaucker                        +41 62 775 99 00 (switch board)
Aarweg 15                            +41 79 675 06 30 (mobile)
CH-4600 Olten                   fax: +41 62 775 99 05
Schweiz                         web: www.oetiker.ch

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to