Bug 256167

Summary: Don't throw when popovers and dialogs are in the requested state
Product: WebKit Reporter: Joey Arhar <jarhar>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ntim
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Joey Arhar
Reported 2023-05-01 09:54:50 PDT
When showPopover or hidePopover are called on elements and they are already in the requested state, these methods should not throw. When showModal or show are called on dialog elements and they are already in the requested state, these methods should not throw. HTML spec PR: https://github.com/whatwg/html/issues/9045 WPT: https://github.com/web-platform-tests/wpt/pull/39781
Attachments
Tim Nguyen (:ntim)
Comment 1 2023-05-01 09:58:18 PDT
*** This bug has been marked as a duplicate of bug 255879 ***
Note You need to log in before you can comment on or make changes to this bug.