Hi list,
We have just added an auto-resize option to our tables and thought it
could be interesting as an option in the framework (something in the lines
of table.setAutoResize(true), default being false of course...)
Here's an example implementation : it's probably not perfect but
answers to basic needs. http://tinyurl.com/385eq4n
However, implementing this functionality has our selenium tests failing.
After a quick investigation, the problem is the following :
- We edit a table cell and confirm the edition
- The dataChanged event is fired and the column gets bigger
because of the resize
- When trying to click on the adjacent cell on the same row, the
selenium client actually clicks on the forementioned resized column.
I guess the size of each column is computed when first accessing the table
and then cached somehow, but not recomputed when a column is resized.
Maybe it's a fix that needs to be done in the qx-selenium implementation?
If not, is there a way to force this cache to be cleared?
Thanks in advance,
--
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