Hi Ken,

sorry, still cannot confirm there's an error.
The snippet built well as a new application, both build and source work 
allright in IE6, 7 and FF3.5.3 (XP).
Maybe you have some trouble with IE cache (or qooxdoo cache)?

Greetings,
Stefan

PS the line
this.menuItemTable.setColumnWidth(0,284);
really did its job, the column was broader than the table, and there was 
a horizontal scroll bar - everything wonderful IMHO

Ken MacDonald wrote:
> with this commented out:
>       // this.menuItemTable.setColumnWidth(0,284);
> 
> it still shows the same IE6 behavior, so it doesn't seem to be the 
> problem; but does simplify the example :-)
> Ken
> 
> On Mon, Oct 5, 2009 at 4:12 PM, Fritz Zaucker <[email protected] 
> <mailto:[email protected]>> wrote:
> 
>     Hi Ken,
> 
>     I can't check it with IE6, as the playground doesn't even work for
>     me with
>     IE6 (error in line 5555 ...).
> 
>     Anyway, one thing I spotted in your example:
> 
>            table width   = 278
>            column0 width = 284
> 
>     Could this be a problem?
> 
>     Cheers,
>     Fritz
> 
>     On Mon, 5 Oct 2009, Ken MacDonald wrote:
> 
>      > Fritz, Stefan:
>      > Here is an app which demo's the problem; works in FF/IE 8/IE 7
>     but hangs IE
>      > 6 every time. As noted before, running XP w/qoox 0.8.3.
>      >
>      > In earlier example, 'this.viewer' was a rather complicated
>     subclass/override
>      > to the container.Composite(), so I simplified it for this example
>     (the
>      > subclass defined firstCol, secondCol, thirdCol, etc. that you saw
>     in earlier
>      > example code).
>      > Ken
>      >
>      >    main : function()
>      >    {
>      >      this.base(arguments);
>      >
>      >      this.viewer = new qx.ui.container.Composite();
>      >      this.getRoot().add(this.viewer, {edge : 12});
>      >      var basicLayout = new qx.ui.layout.Basic();
>      >      this.viewer.setLayout(basicLayout);
>      >      var dm = new qx.ui.table.model.Simple();
>      >      dm.setColumns(["list"]);
>      >      this.menuItemTable = new qx.ui.table.Table(dm);
>      >      this.menuItemTable.set({ height: 260,
>      >                               minHeight: 100,
>      >                               width: 278,
>      >                               columnVisibilityButtonVisible: false,
>      >                               statusBarVisible: false,
>      >                               showCellFocusIndicator: false,
>      >                               tabIndex: 4
>      >                            });
>      >      this.menuItemTable.setColumnWidth(0,284);
>      >      this.viewer.add(this.menuItemTable);
>      >      this.viewer.syncAppearance();

------------------------------------------------------------------------------
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