Bug 239505 - Focusable elements no longer receive focus in Safari 15.4
Summary: Focusable elements no longer receive focus in Safari 15.4
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari 15
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-19 10:10 PDT by Liam DeBeasi
Modified: 2022-04-19 12:47 PDT (History)
2 users (show)

See Also:


Attachments
Code reproduction (274 bytes, text/html)
2022-04-19 10:10 PDT, Liam DeBeasi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Liam DeBeasi 2022-04-19 10:10:09 PDT
Created attachment 457911 [details]
Code reproduction

As of Safari 15.4, certain focusable elements such as <button> no longer receive focus.

Steps to reproduce:

1. Open the attached code reproduction in Safari 15.4 for macOS.
2. Press the "Tab" key. Observe that the button element does not receive focus.

Expected Behavior:

I expect that the button will receive focus.

Actual Behavior:

The button does not receive focus.

Other Information:

- This works as expected in the latest versions of Chrome and Firefox.
- This works as expected in Safari 15.2 for macOS.
- I can reproduce this in STP 143