Daniel Wagner wrote:
> Hi Olivier,
>
> Olivier ZORO-BI schrieb:
>> Hi Daniel,
>> I still have the same problem. I use tables which inherit from
>> qx.ui.table.Table and in which the height is precised :
>>
>> qx.Class.define("perso.ui.table.Table", {
>>
>>extend : qx.ui.table.Table,
>>
>>c
Daniel Wagner wrote:
> Hi Olivier,
>
> I've been trying to reproduce the problem by running tests against the
> table demo[1] in Firefox 3.6/Selenium IDE under Linux and OS X, but I
> don't see any inconsistencies. Are you using the same browser under OS
> X and Linux? Can you reproduce the prob
Hi Olivier,
I've been trying to reproduce the problem by running tests against the
table demo[1] in Firefox 3.6/Selenium IDE under Linux and OS X, but I
don't see any inconsistencies. Are you using the same browser under OS X
and Linux? Can you reproduce the problem in Selenium IDE?
Other than
Olivier ZORO-BI wrote:
> Daniel Wagner wrote:
>
>> Hi Olivier,
>>
>> I strongly doubt it's a problem with the table widget itself. Either
>> the qooxdoo Selenium extensions are buggy or it's somehow related to
>> your test setup.
>>
>> Please check the following things:
>>
>> * Make sure you'r
Daniel Wagner wrote:
> Hi Olivier,
>
> I strongly doubt it's a problem with the table widget itself. Either
> the qooxdoo Selenium extensions are buggy or it's somehow related to
> your test setup.
>
> Please check the following things:
>
> * Make sure you're using the same Simulator revision on
Hi Olivier,
I strongly doubt it's a problem with the table widget itself. Either the
qooxdoo Selenium extensions are buggy or it's somehow related to your
test setup.
Please check the following things:
* Make sure you're using the same Simulator revision on all your
machines. I've been workin
Hi,
I Face a problem using qxTableClick(locator, "row, col, double=true") on
different platforms : Unix and Mac.
The fact is that under Unix platform rows tables seems to start from 1
and under Mac from 0.
So depending on the platform, tests fail.
Is it a known problem by qooxdoo, is it a S