GNOME Bugzilla – Bug 733662
No accessible focused-changed signals emitted when Tabbing amongst form fields
Last modified: 2014-07-24 15:28:29 UTC
Created attachment 281573 [details] [review] proposed patch Form fields are now Tab-focusable, but the expected accessible events are missing. These events are needed for Orca to present the newly focused object and gnome-shell magnifier to ensure it is visible on screen.
Review of attachment 281573 [details] [review]: Looks good, except for the g_clear_object of the focused element. ::: libview/ev-view-accessible.c @@ +115,2 @@ clear_children (EV_VIEW_ACCESSIBLE (object)); + g_clear_object(&priv->focused_element); You are not taking a reference of this object no?
Created attachment 281599 [details] [review] proposed patch Removed the call to g_clear_object()
Review of attachment 281599 [details] [review]: Ok
Comment on attachment 281599 [details] [review] proposed patch https://git.gnome.org/browse/evince/commit/?id=8246fa2