Hi,
I’m using JUCE 4.2.4 on OS X 10.12.
I’ve found that the WebBrowserComponent swallows mouse events (at least on OS X). A minimal example illustrating this can be found here: http://pastebin.com/NbfryUgn
Is there any suggested way to change this behaviour such that mouse events can be intercepted prior to passing to the native browser? Note: I also tried placing another Component on top of the WebBrowserComponent, but it seems the browser wants to always be top most and swallow all events within its bounds.
