WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 276864
Escape fails to close popover or dialog if focus is on a search input
https://bugs.webkit.org/show_bug.cgi?id=276864
Summary
Escape fails to close popover or dialog if focus is on a search input
Luke Warlow
Reported
2024-07-21 10:48:02 PDT
As can be seen both here
https://jsfiddle.net/7wsghcn0/
(dialog) and
https://jsfiddle.net/L4traqh8/
(popover), if you press open and then try to close the top-layer element using the escape key, it fails because focus is inside of a search input. Safari: Fails to close Firefox: Closes Chrome: Closes
Attachments
Add attachment
proposed patch, testcase, etc.
Micah Cambre
Comment 1
2024-07-25 20:49:32 PDT
Adding to Luke's bug here, my testing shows that this is not limited to search input, but any input type as well as textarea. It might be a general form field focus issue inside of a popover.
Radar WebKit Bug Importer
Comment 2
2024-07-28 10:48:17 PDT
<
rdar://problem/132678928
>
Tim Nguyen (:ntim)
Comment 3
2024-08-20 11:38:41 PDT
Relevant code is here if you'd like to take a look:
https://searchfox.org/wubkat/rev/b36cbce69fddb7da33823f316bd8ead5bebee970/Source/WebCore/page/EventHandler.cpp#4075-4083
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug