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 343890 - rightclick function not work
rightclick function not work
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
0.4.x
Other All
: Normal normal
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-06-05 09:50 UTC by Alex.Yu
Modified: 2008-09-05 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex.Yu 2006-06-05 09:50:46 UTC
Please describe the problem:
Enviroment:
Ubuntu5.10
LDTP 0.4

Steps to reproduce:
1. rightclick('*gedit', 'txt0','mnuPaste')
2. run the script


Actual results:
LDTP says: 'Requested action on mentioned object is not implemented '

Expected results:
menu item 'Paste' in right menu is selected

Does this happen every time?
yes

Other information:
Comment 1 Elijah Newren 2006-06-05 16:52:27 UTC
So, I almost marked this as a duplicate of 343889, which is probably just showing my lack of understanding.  Can you clarify the difference?
Comment 2 Alex.Yu 2006-06-06 01:05:43 UTC
343889: mouserightclick()
343890: rightclick()
Comment 3 Nagappan Alagappan 2008-09-05 12:30:44 UTC
Committed a fix. Could you please try with the version available in GIT ?

rightclick ('*gedit', 'txt0');waittillguiexist ('dlg0');selectmenuitem ('dlg0','mnuPaste')
Comment 4 Nagappan Alagappan 2008-09-05 12:44:42 UTC
Sorry, please try with this command:

rightclick ('*gedit', 'txt0', '');waittillguiexist ('dlg0');selectmenuitem
('dlg0','mnuPaste')