[Webkit-unassigned] [Bug 233072] New: ::backdrop pseudo element should react to event listeners

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 14:01:16 PST 2021


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

            Bug ID: 233072
           Summary: ::backdrop pseudo element should react to event
                    listeners
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
            Blocks: 84635

```
<dialog id=dialog onclick="alert('clicked')">hello</dialog>

<script>
dialog.showModal()
</script>
```

the onclick does not work on the ::backdrop, it does in Firefox/Chrome.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=84635
[Bug 84635] Implement the dialog element
-- 
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/20211112/6dc14d80/attachment-0001.htm>


More information about the webkit-unassigned mailing list