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

Joffrey Fuhrer - NOVLOG schrieb:
> Hi Daniel,
> 
> Well, it seems okay to me using getTableColumnModel().getColumnWidth(i);
> /* -- before */
> 534934 qx.ui.table.Table[1122]: Resizing columns...
> 534935 qx.ui.table.Table[1122]: 0 width = 100
> 534935 qx.ui.table.Table[1122]: 1 width = 100
> 534935 qx.ui.table.Table[1122]: 2 width = 100
> 534935 qx.ui.table.Table[1122]: 3 width = 100
> /* -- after */
> 534939 qx.ui.table.Table[1122]: 0 width = 76
> 534940 qx.ui.table.Table[1122]: 1 width = 75
> 534940 qx.ui.table.Table[1122]: 2 width = 146
> 534940 qx.ui.table.Table[1122]: 3 width = 58
> 
> (see http://tinyurl.com/25lbfgd )
> 
> Thanks for the quick response even though you're in the middle
> of a release. I'll try to look in the user-extensions when I have time
> to see if I find anything obvious but I doubt it.
> 
> Regards,
> 
> -- 
> Joffrey Fuhrer
> NOVLOG Intern
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to