On 09/12/2010 09:19, Daniel Wagner wrote:
> Hi again Joffrey,
>
> It looks like a simple timing issue: The edited cell's column isn't
> resized until the cell loses focus. So if you edit one cell then
> immediately after that execute a double click on the next one, the
> columns still have the old widths at the time the coordinates for the
> click are calculated. You can solve this by executing a single click on
> any other cell after the edit is finished, triggering the resize before
> the next edit. Here's a Selenese test case that should work with your
> example code in Selenium IDE:
>
> http://pastebin.com/NBcqBrjT
>
> Let me know how this works for you.
>
> Regards,
> Daniel
>
Hi Daniel,

I finally got around to try this and it does work, thanks!


Cheers,

-- 
Joffrey Fuhrer
NOVLOG Intern


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to