You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
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.
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;
}
The text was updated successfully, but these errors were encountered: