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

overlapped div's for ng-repeat #11

Open
shah-bhavesh opened this issue Dec 5, 2014 · 2 comments
Open

overlapped div's for ng-repeat #11

shah-bhavesh opened this issue Dec 5, 2014 · 2 comments

Comments

@shah-bhavesh
Copy link

Hi
it loads divs's overlapped when it loads first time , once i move to other menu and come back to same page it will show properly

Regards
Bhavesh

PS : new to this pls help , help will be appreciated :)

@riyunoa
Copy link

riyunoa commented May 29, 2015

I had this issue as well. When I hard refreshed, the divs overlapped. This is caused by the update() function running too early, before the tile elements were fully loaded. In my opinion update() should only be called after the tiles have finished loading, so I used imagesLoaded to detect this. Fixed this in my pull request #20

@shashank1992
Copy link

the solution by @riyunoa in #20 causes ,flickering of tiles when ever new ones are loaded, also, overlapping is still visible for a brief period, and there is interchanging sometimes when we load fast .

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