haxiomic / firefox-multi-touch-zoom

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

Zooming in on slack causes elements to move #11

Open durka opened 6 years ago

durka commented 6 years ago

Zooming in on a slack chat works fine, but after a second extra space appears between the lines of text. It disappears when zooming back out (again after a pause).

Before: before

After zooming in: good

After a second: bad

haxiomic commented 6 years ago

This is interesting! Thanks for reporting, I've reproduced the issue and it looks like Slack uses some sort of javascript based layout system for positioning the messages and it's not playing well with the css transform used in the plugin.

I can try a few things but unfortunately I think this one could be difficult to fix