Bugzilla – Bug 597263
[uiaclient-GTKs]: The Invoke method can't make button 's HasKeyboardFocus property to be true
Last modified: 2010-04-16 10:03:30 UTC
COMMENTS Whenever we click a button, its HasKeyboardFocus property always be false. REPRO 1. Launch F-Spot. 2. Run the test script of attachment which gives the button a focus and click it and then check its focus state. RESULTS " the focus is not on the browseButton the browseButton's HasKeyboardProperty is False Using SetFocus() to give the browseButton a focus the browseButton's HasKeyboardProperty is True the focus is not on the browseButton the browseButton's HasKeyboardProperty is False Click the button then check its focus state the browseButton's HasKeyboardProperty is False the editButton's HasKeyboardProperty is True " EXPECTED RESULTS " the focus is not on the browseButton the browseButton's HasKeyboardProperty is False Using SetFocus() to give the browseButton a focus the browseButton's HasKeyboardProperty is True the focus is not on the browseButton the browseButton's HasKeyboardProperty is False Click the button then check its focus state the browseButton's HasKeyboardProperty is True the editButton's HasKeyboardProperty is False ".
Created attachment 354931 [details] The testscript to be run.
And the bug is similar to bug 525428.