GNOME Bugzilla – Bug 136065
GOK not responding to UI Grab on file selection from gedit Open
Last modified: 2004-12-22 21:47:04 UTC
Using GOK from CVS head 03/03/04 -Launch GOK -Launch gedit -On gedit, select Toolbars -> Open -`Open File` window appears and lists all the files available to open -Using UI Grab, select any file. -GOK does nothing. Selecting a file should cause gedit to open this file. User now has to tab to the file via compose, and manually select the file they wish to open.
is gedit using the new GtFile chooser? Could be an accessibility problem in that widget.
Now that bug 136450 is fixed -- is this reproducible?
UI grab on the file names still does nothing. That's because of the fact that: * gail doesn't allow selection of individual children of a table (seems like a bug to me, but padraig things otherwise) * we don't have cspi for the table selection methods, and we don't use libspi directly here * gok doesn't special-handle tables, it treats them like any other selectable objects. We need for GOK to query for the AccessibleTable interface, and call table-selection api in order for this to work.
Right (bug 129450)
*** Bug 136769 has been marked as a duplicate of this bug. ***
this bug is fixed by the latest patch for bug #117568 (which hasn't been committed yet).
fixed in cvs