Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Zoom frozen #1346

Open
ibarbieri opened this issue Sep 12, 2017 · 0 comments
Open

Zoom frozen #1346

ibarbieri opened this issue Sep 12, 2017 · 0 comments
Labels
Milestone

Comments

@ibarbieri
Copy link
Contributor

El zoom de la galería queda frozen cuando hacer hover sobre la imagen y no termino de cargar la misma. La cuenta que hace el componente Zoom para setear la posición de zoom da NaN.

Para reproducirlo cambiar de variación de color y hacer rapidamente zoom sobre la imagen.
https://articulo.mercadolibre.com.ar/MLA-671834527-anteojos-ray-ban-roundmetal-lennon-originales-italianos-gtia-_JM

Fix aplicado en VIP provisorio.
if (isNaN(this._ratioX) || isNaN(this._ratioY) || isNaN(this._seekerWidth) || isNaN(this._seekerHeight) ) {
tiny.addClass(this._loading, 'loading-hidden');
this._showSeeker = false;
this._loading.style.cssText = 'display: none';
return;
}

@battaglr battaglr added the bug label Sep 12, 2017
@battaglr battaglr added this to the v2.0.13 milestone Sep 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants