Sure - it's the Resize column model and Simple table model. I'd email you
the code but it might be quite hard to get it going without our entire app
etc (I'm willing to send it but perhaps it should be a last resort); here's
the bits that I think might be relevant:
table.setDecorator(null);
table.setKeepFirstVisibleRowComplete(true);
table.setStatusBarVisible(false);
table.getSelectionModel().setSelectionMode(qx.ui.table.selection.Model.SINGL
E_SELECTION);
table.set({ width: 600, autoAddRows: false, allowGrowX: false });
John
-----Original Message-----
From: Alexander Back [mailto:[email protected]]
Sent: 10 July 2009 11:54
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Invalid argument in IE8 (setting width to -1px)
Hi John,
On Friday 10 July 2009 John Spackman wrote:
> I came across a weird problem yesterday where IE8 would give an "Invalid
> argument" exception where FF3 was fine; this was harmless if you had had
> the IE8 debugger running but if not would cause the Qooxdoo app to
> completely stop responding.
>
> By elimination I eventually tracked it down to a table which had no
> explicit "width" and which had a column also with no explicit width; I
> haven't been able to produce a reasonable test case so I'm posting my
> findings in case it makes more sense to someone else!
>
> The error occurred on line 335 of qx/bom/element/Style.js, where the code
> is setting the "width" property to "-1px". This was set by a call to
> qx.ui.Element.setStyle where the stack trace was:
>
> Widget.js line 928, function renderLayout:
> "content.setStyle("width", innerWidth + pixel);"
> Grid.js line 1282, function renderLayout (cellWidth=4)
I encountered the same issue some time ago. Could you please write us what
kind of table you are using? I'm especially interested whether you use the
reisze behaviour or not.
cheers,
Alex
----------------------------------------------------------------------------
--
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel