haxiomic / firefox-multi-touch-zoom

Smoothly zoom in and out with the multi-touch pinch gesture
MIT License
153 stars 15 forks source link

Causes grey site for Mastodon #33

Closed rugk closed 5 years ago

rugk commented 5 years ago

See https://github.com/tootsuite/mastodon/issues/10056

In short the transform with values of "1" seems to cause it to have a grey page.

haxiomic commented 5 years ago

@rugk, so transforms where scale x and y are not 1 working?

If that’s the case then it should work if we remove the transform when scale is 1 (since that is equivalent to no scale)

rugk commented 5 years ago

Yes, if I zoom in via touch, it works. (and if I zoom out afterwards)

But if I only scroll (which adds scale x and y = 1) it somehow gets all grey. See screenshot in linked issue.

haxiomic commented 5 years ago

@rugk does this still happen with the latest version? I can't reproduce it anymore, may have been a change in 0.7 or a change on mastodon

rugk commented 5 years ago

Sorry, but I do not use this software anymore, so I could not test it. I'll just assume it works now, if you say so, and close this issue.

haxiomic commented 5 years ago

Thanks @rugk :)