WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
228915
[ATK] accessibility/selected-state-changed-notifications.html is timing out since added in
r280633
https://bugs.webkit.org/show_bug.cgi?id=228915
Summary
[ATK] accessibility/selected-state-changed-notifications.html is timing out s...
Lauro Moura
Reported
2021-08-09 08:13:41 PDT
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
Comment 1
2021-08-09 08:13:53 PDT
<
rdar://problem/81695884
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug