[Webkit-unassigned] [Bug 254743] New: AX: [GTK] Accessibility events from document are either missing or come from a "dead" host application

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 30 08:30:33 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254743

            Bug ID: 254743
           Summary: AX: [GTK] Accessibility events from document are
                    either missing or come from a "dead" host application
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: andresg_22 at apple.com, cgarcia at igalia.com,
                    webkit-bug-importer at group.apple.com

Created attachment 465680

  --> https://bugs.webkit.org/attachment.cgi?id=465680&action=review

pyatspi accessible-event listener

Steps to reproduce:
1. Launch a Gtk3 minibrowser
2. Launch the attached accessible-event listener in a terminal
3. Tab from the URL/location bar down into the content
4. Tab within the content (www.webkitgtk.org)
5. Follow a link from the content (e.g. epiphany)
6. Tab within the newly-loaded content

Expected results: Focused-changed events would always be fired and would come from a valid host application

Actual results:

* On step 3, focus events are emitted as expected:
  object:state-changed:focused(1, 0, 0)
        source: [text | ]
        host_application: [application | MiniBrowser]
        sender: [application | MiniBrowser]
  object:state-changed:focused(1, 0, 0)
        source: [push button | Refresh]
        host_application: [application | MiniBrowser]
        sender: [application | MiniBrowser]
  object:state-changed:focused(1, 0, 0)
        source: [push button | Find]
        host_application: [application | MiniBrowser]
        sender: [application | MiniBrowser]
 object:state-changed:focused(1, 0, 0)
        source: [toggle button | Menu]
        host_application: [application | MiniBrowser]
        sender: [application | MiniBrowser]

* On step 4, no focus events are emitted at all

* On step 6, the focus events are emitted, but from a "dead" host application:

  object:state-changed:focused(1, 0, 0)
        source: [link | Apps]
        host_application: [DEAD]
        sender: [DEAD]
  object:state-changed:focused(1, 0, 0)
        source: [link | Web]
        host_application: [DEAD]
        sender: [DEAD]
  object:state-changed:focused(1, 0, 0)
        source: [link | Home]
        host_application: [DEAD]
        sender: [DEAD]
  object:state-changed:focused(1, 0, 0)
        source: [link | RecentChanges]
        host_application: [DEAD]
        sender: [DEAD]

Impact: Orca does not present the focus changes emitted from the document content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230330/76bef3f0/attachment-0001.htm>


More information about the webkit-unassigned mailing list