[Webkit-unassigned] [Bug 259420] New: Handle focusability for plugin elements which has browsing context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 22 14:22:53 PDT 2023


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

            Bug ID: 259420
           Summary: Handle focusability for plugin elements which has
                    browsing context
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

I came across another failing test case from Blink's case:

Blink: https://chromium.googlesource.com/chromium/src.git/+/a2c82afad86cf4f85f91df76f858434b15fe6b13

I tried it locally with test case and we fail without patching and patch is just:

>> In Source/WebCore/html/HTMLPlugInElement.cpp:

bool HTMLPlugInElement::isKeyboardFocusable(KeyboardEvent* event) const
{
    if (HTMLFrameOwnerElement::isKeyboardFocusable(event))
        return true;
    return false;
}

>> In Source/WebCore/html/HTMLFrameOwnerElement.h:

Move: bool isKeyboardFocusable(KeyboardEvent*) const override; from 'Private' to 'Public'.

________

Just wanted to raise so we can track and fix it.

Thanks!

-- 
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/20230722/c56134d5/attachment-0001.htm>


More information about the webkit-unassigned mailing list