cozy / cozy-photos-v2

Deprecated - New : https://github.com/cozy/cozy-drive/tree/master/src/photos - Personal Photo Gallery Manager
http://cozy.io
GNU Affero General Public License v3.0
27 stars 25 forks source link

Slideshow jitters on Chrome #205

Open clochix opened 8 years ago

clochix commented 8 years ago

Reported on the forum: “Browser used: Chrome. To reproduce the jitter, i simply access my gallery, click the next arrow and leave my mouse pointer on the arrow, when (some) of the pictures finished sliding, it triggers an upward jitter on the page bottom.”

Maxime-J commented 7 years ago

This bug seems to be a little more generic because I have this problem on firefox last version (48.0.2) with all the pictures and wherever the pointer is.

It doesn't happen when album is accessed from share link, only when photo app is contained in an iframe : The iframe height is programmaticaly set after each action and overwrites app.css definition. With !important added to app.css iframe height, this jitter doesn't happen.

That should help you find a correct fix.

clochix commented 7 years ago

Thanks for the update @Maxime-J !