Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image jump #1

Closed
akiyatkin opened this issue Aug 21, 2015 · 12 comments
Closed

image jump #1

akiyatkin opened this issue Aug 21, 2015 · 12 comments

Comments

@akiyatkin
Copy link

Hi, I tried your script!
When flipping the image. Hides picture twitches. Before full of hidden again briefly shown.
(Win8, Chrome)

Привет, пробовал твой скрипт!
Когда листаешь картинки. Скрываемая картинка дёргается. Перед полным скрытием снова на мгновение показывается.

@andreknieriem
Copy link
Owner

Hi, can you tell me, when this happens, in which browser and on which device?

@akiyatkin
Copy link
Author

When listing images, Chrome, Notebook Windows 8

@andreknieriem
Copy link
Owner

Hey akiyatin, you closed the issue? Was that right?

@akiyatkin
Copy link
Author

I just wanted to help and report bugs. Then I removed the script, and I have nothing to add!

Since I have no more information, and you're asking, I decided to close the issue.

@bzvyagintsev
Copy link

Have the same issue on my website. Have no idea)
I can show this bug in every browser and device.

I use script inside webpack:

module.exports = function() {

    $(document).ready(function() {
        require.ensure([], function(require) {
            let simpleLightbox = require('../plugins/simplebox.js')
            let masonry = require('../plugins/masonry.min.js')
            let imagesLoaded = require('../plugins/imagesloaded.pkgd.min.js')

            var lightbox = $('.product-grid a').simpleLightbox();

            var msnry = $('.product-grid').masonry({
                itemSelector: '.product-grid-item',
            });

            msnry.imagesLoaded().progress(function() {
                msnry.masonry('layout');
            });

        });
    });
}

and html:

<div class="product-grid">
         <div class="product-grid-item">
                <a href="url"> <img src="thumbnail_url" ></a>
         </div>
          <div class="product-grid-item">
                <a href="url"> <img src="thumbnail_url" ></a>
         </div>
 </div>

@andreknieriem
Copy link
Owner

Hello, is this error on the grid of the thumbnails? Because that has nothing to do with the plugin, it's just some Demo Markup.

@bzvyagintsev
Copy link

I make my own grid.
I test website today on android device, and it works fine.

But on desktop, when I click "next", image slide, and before new image load, plugin show previous image.

I can give you link to my website and you can take a look. Can i do it here?)

@andreknieriem
Copy link
Owner

Hi, yes please share a link.

@bzvyagintsev
Copy link

http://xn--90aftjhof4g.xn--p1ai/products/c-02

you can see images with your plugin on the bottom in section "Дополнительные фото"

@bzvyagintsev
Copy link

I discovered that this issue appers only on ubuntu in chrome beta version.
On windows stable chrome and android chrome it works perfect!

@andreknieriem
Copy link
Owner

Hey, ok its strange, but it works in old IE's, so I think the beta has a bug, not my script.

@bzvyagintsev
Copy link

My android get a new version of chrome, and It has the same issue now))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants