Closed
Description
From #64729
Tracks revisiting how we track focus of webviews. The focus apis are broken in Electron 3 and as a workaround, we use polling to determine when the webview contents have become focused. This is not a good solution and we should revisit it with Electron 4 to see if the focus apis have been fixed