GNOME Bugzilla – Bug 794778
adding ScrollTo to at-spi
Last modified: 2018-05-17 01:53:37 UTC
Created attachment 370256 [details] [review] proposed implementation Here is a proposed pyatspi implementation for scrollto, as discussed in https://bugzilla.gnome.org/show_bug.cgi?id=792820
I think that you uploaded the wrong patch.
Created attachment 370336 [details] [review] proposed implementation D'oh! It looks like the new behavior of the gtk file chooser brings bogus results. I remember typing "patch" and perhaps use arrows to choose the "patch" file, but apparently it took the first file in the directory, 50_partial_file_locking.patch...
Comment on attachment 370336 [details] [review] proposed implementation Lgtm. (At some point, I should figure out if these enums can be handled without needing to write all of this code in parallel. But then pyatspi really just exists for historical reasons--it is possible to call libatspi directly via pygobject.
Created attachment 371605 [details] [review] proposed implementation Here is a patch generated with format-patch
Created attachment 371614 [details] [review] proposed implementation Sorry, that was a version for an older tree, here it is fixed.
Pushed to master.