Timothée Boucher

Results 6 comments of Timothée Boucher

Yeah, it worked fine before and stopped working after the upgrade.

FWIW, I see this issue with Electron 4.2.0 on macOS.

I created this test app that reproduces the issue: https://github.com/Timothee/electron-16212 For me, it happens as soon as the web content in the `BrowserView` is reloaded. Once it is, the only...

It seems to affect not just reloading the page, but interacting with `window.location`. E.g., running `window.location = window.location.href` in the console triggers the issue.

@miaowing interesting. This doesn't work for me. (tried in the test app I linked to, above)

It works fine for me when using it on `localhost` (I use port 5000, but I doubt it has anything to do with that :))