Bug 249907 - Focus unfocusable node upon reference fragment navigation
Summary: Focus unfocusable node upon reference fragment navigation
Status: RESOLVED DUPLICATE of bug 253409
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-27 06:35 PST by Ahmad Saleem
Modified: 2023-04-23 01:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2022-12-27 06:35:55 PST
Hi Team,

While going through Blink's commit, I came across another failing test case:

Test Case - https://jsfiddle.net/28okzbx3/show

^ Only passes two in Safari 16.2, while Firefox Nightly 110 fails only two while Chrome Canary 111 passes all.

Blink's Commit - https://chromium.googlesource.com/chromium/blink/+/c877739dd8de5aef84a3b3a560c920973fd8c4a4

WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/page/FrameView.cpp#2359

Just wanted to raise so this can be fixed.

Thanks!
Comment 1 Radar WebKit Bug Importer 2023-01-03 06:36:15 PST
<rdar://problem/103832606>
Comment 2 Ahmad Saleem 2023-04-23 01:48:10 PDT
It is focus issue in iframe similar to bug 253409 and it passes in Safari 16.4 while running locally.

Marking as duplicate of other.

*** This bug has been marked as a duplicate of bug 253409 ***