Pieter-Jan Van Robays

Results 10 comments of Pieter-Jan Van Robays
trafficstars

A possible workaround is to quickly hide/show the browser window after the `preventDefault`: ``` mainWindow.hide(); setTimeout(() =>mainWindow.show(), 50); ```

Hi @clavin That definitely smells like it's the same underlying issue. Duplicate of #31917

Thanks @codebytere ! For me the async fix is sufficient. TBH I was still in believe that async triggering the `preventDefault` wouldn't work (from older electron versions) so didn't even...

FYI, using this to set the default font-size to 1em seems to work: ``` onInit = (event: EditorEvent, editor: TinyMCEEditor) => { editor.contentAreaContainer.style.fontSize = "1em"; }; ``` So just setting...

I'm having the same issue, with node v13 - Fomantic UI 2.8.7 - Windows - Node 13.14.0 - NPM 7.6.0

Still an issue. I've updated the gist with the latest version: https://gist.github.com/37749f99b5872f49e99a9667a7a0e4f3 I've also noticed even if you do leave the page after the unload event, you won't be able...

Still an issue, even with the latest electron version. I've updated the gist I've created for #35129 which uses the `unload` event: https://gist.github.com/37749f99b5872f49e99a9667a7a0e4f3

Bump. I'm using the ZY-M100 wifi 24g. I get the same sensor (motion) and configurations (far/near detection + sensitivity) as @dentex. The two main sensors I'm missing is: - Presence...

The project needs to be updated. I'll try to make an update when I have some spare time.