After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 550978 - mouserightclick should be available for table objects
mouserightclick should be available for table objects
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: pyldtp
1.3.0
Other All
: Normal enhancement
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2008-09-05 11:00 UTC by Ara Pulido
Modified: 2008-12-29 21:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ara Pulido 2008-09-05 11:00:35 UTC
This method is already available for treetables, it shouldn't be difficult to mimic the behaviour in table objects.

This can be tested in Ubuntu in the UpdateManager application. The list of available updates is a table with a context menu "Uncheck All, Uncheck None".
Comment 1 Nagappan Alagappan 2008-09-12 04:44:11 UTC
This is fixed in GIT. Please verify the same :) Thanks for the bug report.
Comment 2 Ara Pulido 2008-09-12 07:37:54 UTC
ldtplib.ldtplibutils.LdtpExecutionError: "mouserightclick failed: Requested action on mentioned object is not implemented - Welcome contribution ;)"

I got it from this branch: git://anongit.freedesktop.org/git/ldtp/ldtp.git 

Is there any other?

Apart of mouserightclick it will be useful also rightclick, do you need another bug report for that? 
Comment 3 Nagappan Alagappan 2008-09-12 17:25:37 UTC
I prefer to use rightclick here, instead of mouserightclick

and I tried this with the version in my local copy, will check in this code by end of day:

rightclick ('frmSynapticPackageManager', 'tbl1', '2vcard')
Comment 4 Ara Pulido 2008-12-24 06:36:55 UTC
Any updates on this?
Comment 5 Nagappan Alagappan 2008-12-29 21:20:37 UTC
Ara, rightclick function works in this case and its available in git as well. Are you looking for mouserightclick method to work in this scenario ?