Hi Andrew,

it would be helpful for getting such problems fixed if you could reproduce
them with a short playground example.

Cheers,
Fritz

P.S.: BWT, what is your use case for a one-row table? Wouldn't a grid layout
       be a simpler and perhaps even more flexible alternative (as you could
       place any widget inside a grid layout)?

On Thu, 7 Apr 2011, Andrew Manson wrote:

> Hi,
>
> Looks like I've found another bug in the table class. I have disabled the
> header of the table using the following code:
>
>      this.__smallTable.setHeaderCellsVisible(false);
>
> and now every time I hover over the table with my mouse it shows the
> following message:
>
>      this.__header.getContainerLocation() is null
>
> this message is coming from
> Scroller.js (
> qx.ui.table.pane.Scroller) line 1936 which is:
>
>      var currX = this.__header.getContainerLocation().left;
>
> This does seem to be a bug, can anyone confirm?
>
> Cheers,
> - Andrew
>
> -----------------------------------------
> Andrew Manson
> Graticule Cloud 
> Applications<http://www.graticule.com/services/cloud-computing>
> www.graticule.com
>

-- 
Oetiker+Partner AG              tel: +41 62 775 9903 (direct)
Fritz Zaucker                        +41 62 775 9900 (switch board)
Aarweg 15                            +41 79 675 0630 (mobile)
CH-4600 Olten                   fax: +41 62 775 9905
Schweiz                         web: www.oetiker.ch

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to