Bug 256167
Summary: | Don't throw when popovers and dialogs are in the requested state | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joey Arhar <jarhar> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ntim |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Joey Arhar
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 255879 ***