GNOME Bugzilla – Bug 671210
checkrow doesn't work with GTK3
Last modified: 2018-09-11 19:53:30 UTC
To reproduce: 1) Run gtk3-demo 2) Open the "Tree View -> List Store" demo window 3) In a Python console, run ldtp.checkrow('frmGtkListStoredemo', 'tbl0', 0) You will get: Traceback (most recent call last):
+ Trace 229783
return self.__send(self.__name, args)
verbose=self.__verbose
raise LdtpExecutionError(e.faultString.encode('utf-8'))
I don't have Ubuntu 12.04 handy, tried with Ubuntu 11.04 checkrow('frmCardhplanningsheet', 'ttbl0', 1, 1) works, can you check with accerciser ? Thanks
Accerciser with recent GTK is hard to use because it doesn't size its widgets well, but I believe I'm only seeing 'expand or contract', 'edit', and 'activate' as actions on the first checkbox. Is that normal? Not sure what I'm looking for.
LDTP has moved to Github. If the problem reported in this GNOME Bugzilla ticket still exists in a recent LDTP version, please feel free to report the issue at https://github.com/ldtp/ldtp2/issues Thanks for your understanding and we apologize for the inconvenience!