GNOME Bugzilla – Bug 346739
keyboard functionality is not implemented in button
Last modified: 2006-07-24 09:09:45 UTC
Enterstring can not drive the toggle button. Steps to reproduce: 1. Launch GOK. 2. try "enterstring ('frmGOK-main','tbtnGOK','<enter>')" Expected result: Toggle button GOK should be pressed. Actual result: This functionality is not implemented, it return error message "Requested action on mentioned object is not implemented". Additional info: I could reproduce this with Solaris Nevada_43.
Its also reproducable in SuSE Linux Enterprise Desktop 10. Confriming the bug.
I checked this bug with buttons, it doesn't work either. Changing the summary.
Created attachment 68459 [details] [review] Patch for enterstring in push button and toggle button Actually enterstring to produce a keyboard enter is this way enterstring ('frmGOK-main','tbtnGOK','<return>') Notice the third argument is return and not enter The patch would enable the enterstring for push button and toggle button , but for the enterstring to work properly , the window must be the current working window . So enterstring wont work on window hidden by some other window on top
Hari: This patch looks fine. Please commit it.