Bug 250672
| Summary: | Fix race condition in focused element check | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | akeerthi, ashvayka, rniwa |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
Hi Team,
While going through Blink's commit, I came across another failing test in Safari 16.2 & STP161:
Test case - https://jsfiddle.net/n9taq71m/
^ Passes in Chrome Canary 111 and Firefox Nightly 110.
Blink Commit - https://chromium.googlesource.com/chromium/blink/+/eb44e7e1bcde3ae1a0e22268775614d1ad35dd9b
Haven't checked whether it is possible to do 1-1 merge but just wanted to raise, so we can fix it.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I don't think that this applies, I don't see any timer of this kind in WebKit. This test even passes when run on its own, outside JSFiddle.
Ryosuke Niwa
Yeah, we don't have this timer thing.