[Webkit-unassigned] [Bug 236750] New: AX: AccessibilityScrollView should be resilient to destruction of underlying scroll view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 21:04:21 PST 2022


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

            Bug ID: 236750
           Summary: AX: AccessibilityScrollView should be resilient to
                    destruction of underlying scroll view
           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: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

Sometimes, we can get into a state where we have a valid AccessibilityScrollView, backed by an iframe, with a destroyed WeakPtr<ScrollView> m_scrollView. When this happens, all of the content inside the iframe becomes inaccessible. We need to handle the case where an iframe changes the frame it holds (e.g. respect the current frame in HTMLFrameOwner::contentFrame, which can change).

-- 
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/20220217/edcc7c29/attachment.htm>


More information about the webkit-unassigned mailing list