Bug 284592
Summary: | Implementation bug for dialog light dismiss behavior | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mason Freed <masonf> |
Component: | DOM | Assignee: | Luke Warlow <lwarlow> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | annevk, karlcow, lwarlow, ntim, ryan, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=285989 | ||
Bug Depends on: | 274717 | ||
Bug Blocks: |
Mason Freed
This is an implementation bug for the new light dismiss behaviors (including closedby attribute and dialog.requestclose()) proposed here:
https://github.com/whatwg/html/pull/10737
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141789116>
Luke Warlow
Moved dialog.requestClose() to its own bug as I believe it can be implemented separate to the other changes (which rely on CloseWatcher being implemented in WebKit). https://bugs.webkit.org/show_bug.cgi?id=285989
Luke Warlow
Assigning to myself, I have a prototype of the closedby="any" behaviour, am waiting on Close Watcher's to be merged and integrated with dialog so I can implement the closerequest and none values too.