slimerjs icon indicating copy to clipboard operation
slimerjs copied to clipboard

Firefox 53 screenshot issue

Open Bantam opened this issue 7 years ago • 3 comments

I was playing around with current SlimerJS with Firefox 53 and there currently appears to be a line of transparent pixels on the right hand side with any screenshot where the page would scroll, if the page is shorter than the height of the viewport it doesn't seem to happen (I assume it's a scrollbar issue).

Firefox 52: http://imgur.com/NZVrgKz Firefox 53: http://imgur.com/9WkgKSd

Affects SlimerJS 10.0.3 using Xvfb, running on Ubuntu Yakkety if that helps!

Bantam avatar May 07 '17 00:05 Bantam

How you run slimer with Firefox 53?

belozer avatar May 09 '17 13:05 belozer

@belozer by changing the max version in application.ini. But there are some issues with 53.

laurentj avatar May 11 '17 12:05 laurentj

This issue doesn't appear when using MOZ_HEADLESS=1 environment variable however Xvfb still has some advantages over headless with firefox as WebGL is currently disabled in headless mode according to https://bugzilla.mozilla.org/show_bug.cgi?id=1375585

I created a test docker container for this issue with the bare minimum here: https://github.com/Bantam/slimerjs-tester you can add the MOZ_HEADLESS=1 env to the start.sh file and run again to see that the issue is only occuring with Xvfb. Hope that helps narrow it down a little!

Bantam avatar Nov 14 '17 03:11 Bantam