i-rinat / freshplayerplugin

ppapi2npapi compatibility layer
MIT License
728 stars 52 forks source link

full screen not working #254

Closed je-vv closed 9 years ago

je-vv commented 9 years ago

When a full screen is attempted, though the screen goes full and black, the image reduces to a tiny upper left corner coloured dots...

It's like that for about last 2 or 3 releases.

i-rinat commented 9 years ago

Which version are you using? Is it v0.3.1 or version from tip of the master branch?

je-vv commented 9 years ago

v0.3.1

i-rinat commented 9 years ago

Very similar issue (#229) was solved recently, but changes were added after v0.3.1 release.

I've just put another tag, v0.3.2. Please try it (or version master branch, they are the same at the moment).

je-vv commented 9 years ago

Though I do not use KDE (neither any DE), but rather plain Fluxbox WM, It worked out!

And as I use Arch, I just had to "yaourt -Sayu", and got the new package version, :-)

So you can close this.

Thanks a lot,

i-rinat commented 9 years ago

Issue wasn't caused by KDE exclusively. Just PepperFlash was updated and its behavior slightly changed. Together with differences in going-to-full-screen procedure in different window managers that triggered a dormant bug. It's still there, by the way. I just hope 300 ms is enough to open fullscreen window for any WM. (Delay can be changed via editing of configuration file.)

Ideal solution would be to accept all size changes in PepperFlash, not only the first one. But since code is closed, the only way solve it is to workaround it.

je-vv commented 9 years ago

OK, great support Rinat... And thanks a lot.