Bug 297089
| Summary: | [WPE] <dialog> does not close if "Escape" is pressed inside a "contenteditable" element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, ntim |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
Yury Semikhatsky
Steps to reproduce:
1. Open attached page
2. Put focus inside the contenteditable field
3. Press "Escape"
Expected:
The dialog is closed.
Actual:
The dialog stays open.
Works fine on GTK and other platforms.
Originally reported in Playwright: https://github.com/microsoft/playwright/issues/36727
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 297091 ***