Bug 228915
| Summary: | [ATK] accessibility/selected-state-changed-notifications.html is timing out since added in r280633 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=228756 | ||
Lauro Moura
accessibility/selected-state-changed-notifications.html
Added in r280633 (240246@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;
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/81695884>