paulhammond / webkit2png

png screenshots of webpages
http://www.paulhammond.org/webkit2png/
1.44k stars 195 forks source link

Problem with flash rendering that is fixed in 0.8; release 0.8? #88

Closed cmawhorter closed 4 years ago

cmawhorter commented 9 years ago

For whatever reason, flash refuses to render with 0.7. I found the --debug switch that displays the webview and confirmed it never renders.

0.8-dev has the debug switch documented and also fixes whatever problem 0.7 had that caused this behavior.

Release 0.8 to homebrew?

paulhammond commented 4 years ago

This is weird, because at the time you wrote this bug the only difference between 0.8-dev and 0.7 was the version number string. Something else must have been different, and I'm curious what it was.

I'm going to close this bug assuming that you can no longer reproduce it but if you have any more details please reopen.

paulhammond commented 4 years ago

Oh, thinking about this more, it's probably that the --debug switch causes the window to be displayed, and webkit might be smart enough to not display plugins on hidden windows...