Re: [qooxdoo-devel] Selenium qxTableClick depending on platform

2010-07-07 Thread Olivier ZORO-BI
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

Re: [qooxdoo-devel] Selenium qxTableClick depending on platform

2010-07-06 Thread Olivier ZORO-BI
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

Re: [qooxdoo-devel] Selenium qxTableClick depending on platform

2010-06-30 Thread Daniel Wagner
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

Re: [qooxdoo-devel] Selenium qxTableClick depending on platform

2010-06-30 Thread Olivier ZORO-BI
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

Re: [qooxdoo-devel] Selenium qxTableClick depending on platform

2010-06-21 Thread Olivier ZORO-BI
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

Re: [qooxdoo-devel] Selenium qxTableClick depending on platform

2010-06-18 Thread Daniel Wagner
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

[qooxdoo-devel] Selenium qxTableClick depending on platform

2010-06-18 Thread Olivier ZORO-BI
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