nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Rendering issue while displaying plugins #490

Open seriema opened 9 years ago

seriema commented 9 years ago

This might be an issue with my mac, because Steam doesn't render websites. But in this case it's only partial render loss so it doesn't quite feel like the same thing, unless Flashlight uses some webbrowser thing to render it's UI?

Anyway, this is how it looks for me if I scroll a bit: screenshot 2015-05-25 00 04 24

nate-parrott commented 9 years ago

I've seen this before. I imagine it's either (a) a WebKit bug; or (b) an issue where we're calling a non-threadsafe WebView API on a background thread. Not sure what to do about it...