[Webkit-unassigned] [Bug 228915] New: [ATK] accessibility/selected-state-changed-notifications.html is timing out since added in r280633

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 9 08:13:41 PDT 2021


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

            Bug ID: 228915
           Summary: [ATK]
                    accessibility/selected-state-changed-notifications.htm
                    l is timing out since added in r280633
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

accessibility/selected-state-changed-notifications.html

Added in r280633 (240246 at main)

The test expects the notification AXSelectedCellsChanged to be emitted to increase the count, which never happens. This causes the first waitfor call to hang.

Inspecting the test, only the following events are emitted:

AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXChildrenAdded
AXLoadComplete
AXElementBusyChanged

In a naive attempt to mimic the mac-specific parts of the patch, I tried adding the following to AXObjectCache::postPlatformNotification, but nothing seems to have changed:

    case AXSelectedStateChanged:
        atk_object_notify_state_change(axObject, ATK_STATE_SELECTED, coreObject->isSelected());
        break;

-- 
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/20210809/8e782394/attachment.htm>


More information about the webkit-unassigned mailing list