GNOME Bugzilla – Bug 793588
adding ScrollTo to at-spi-atk
Last modified: 2018-05-17 01:51:28 UTC
Created attachment 368547 [details] proposed implementation Here is a proposed atk implementation for scrollto, as discussed in https://bugzilla.gnome.org/show_bug.cgi?id=792820
Thanks for the patch. I apologize for not replying sooner. Anyway, the patch looks good to me, assuming that the atk API changes are committed as you propose. I've dropped autoconf support post-2.26, and meson.build will need to be updated to depend on the correct version of atk, although I could fix this when I commit the patch.
What is the difference between this bug and bug 792820? Both have a really similar name.
They are just the at-spi2-core vs at-spi2-atk patch submissions.
(In reply to Samuel Thibault from comment #3) > They are just the at-spi2-core vs at-spi2-atk patch submissions. ok thanks. Tweaking the names to avoid confusion.
Created attachment 371603 [details] [review] proposed implementation Here is a version with fixed version dependency.
Created attachment 371615 [details] [review] proposed implementation Here it is rebased on latest git.
Pushed to master. Thanks for the work.