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 136065 - GOK not responding to UI Grab on file selection from gedit Open
GOK not responding to UI Grab on file selection from gedit Open
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
: 136769 (view as bug list)
Depends on: 117568
Blocks:
 
 
Reported: 2004-03-03 13:43 UTC by Frances Keenan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frances Keenan 2004-03-03 13:43:23 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.
Comment 1 bill.haneman 2004-03-03 14:02:24 UTC
is gedit using the new GtFile chooser?  Could be an accessibility
problem in that widget.
Comment 2 David Bolter 2004-03-08 15:54:16 UTC
Now that bug 136450 is fixed -- is this reproducible?
Comment 3 bill.haneman 2004-03-08 16:19:58 UTC
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.
Comment 4 David Bolter 2004-03-08 16:24:02 UTC
Right (bug 129450)
Comment 5 david.hawthorne 2004-03-10 16:18:39 UTC
*** Bug 136769 has been marked as a duplicate of this bug. ***
Comment 6 bill.haneman 2004-03-31 20:56:05 UTC
this bug is fixed by the latest patch for bug #117568 (which hasn't been
committed yet).
Comment 7 bill.haneman 2004-04-01 12:33:30 UTC
fixed in cvs