Toon V
Toon V
I've written a simple workaround class where you can choose whitelist or blacklist functionality for clicking through HTMLElements. It's available as [electron-transparency-mouse-fix](https://github.com/toonvanvr/electron-transparency-mouse-fix) and also works for rounded corners! It was...
Some people in this thread already proposed adding click-through based on transparency using the GPU, but would that really be useful? Most windows need a shadow to make window hierarchy...
MacOs with the current version of Electron doesn't seem to have the problems I encountered months ago on Windows / Linux. 🙌 This is a minimal setup which works out...
@mynetx Unfortunately, I have no idea about that since macOS 10.14 Mojave is the only version I ever used. The key feature that needs to be supported is `{forward: true}`...
@david-winder-kaltura I haven't really been been using Electron anymore for a while, but last time I checked, it worked great without opening the devTools. Once you open the console, it's...
I'm working on a project that uses this library again, so I'll revisit the code one of these days and try to find the bug. Thanks for the clear explanation....
I'm revisiting this issue now I've got access to macOS. Didn't forget you! 😎
The initial pointer position can be retrieved from an onload event. Will be fixed in v2.
Fixed in v2 which is too early to release right now. 33747845afc0fe4a9164392e397fa58f546d5ef1
I didn't realize this lib was still in use until I checked npm. Not sure if I'll have the time to verify everything works. Bump again if I don't respond...