[Webkit-unassigned] [Bug 275457] New: AX: Notify accessibility that WebProcess is suspended on both Mac and iOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 13 14:16:08 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=275457
Bug ID: 275457
Summary: AX: Notify accessibility that WebProcess is suspended
on both Mac and iOS
Product: WebKit
Version: Safari Technology Preview
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dm_mazzoni at apple.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
https://bugs.webkit.org/show_bug.cgi?id=228936 (Notify accessibility that WebProcess is suspended when in process cache) added an accessibility notification that a process is suspended, but only for iOS. We need the same notification on macOS also.
The Mac implementation of the notification is already there, and it's already used in other places in the code where a process is suspended. We were just missing the case where the process gets added to the process cache.
The bug this causes is that assistive technology can try to query attributes of an element that's in the suspended process. The query hangs until it times out. This was happening sometimes when following a link to a different domain with VoiceOver. The notification enables accessibility clients to keep track of which processes are suspended and cause any queries to those processes to fail fast.
--
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/20240613/d8aff7d1/attachment.htm>
More information about the webkit-unassigned
mailing list