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]> 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();
> > }
> >
> >
> > On Mon, Oct 5, 2009 at 2:12 PM, Fritz Zaucker <[email protected]>
> wrote:
> >
> >> 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
> >>
> >>
> >
>
> --
> 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® 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
>
------------------------------------------------------------------------------
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