Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

angularjs ngRepeat Sometimes I can't scroll down

I have an angular site, everything's pretty async. Dom elements render after page load and things just pop in. Sometimes, around 10%, of times when I load the page after it finishes loading scrolling down is impossible. On Chrome OSX no scroll bar pops up when I use the mousewheel or the spacebar. It just appears stuck. Note that the page is not frozen, interacting with most elements work just fine, just the scrolling is broken. Only the up down keys work. Once I click on the up down keys it becomes fine to scroll with mousewheel and spacebar.

What causes this problem and how do I fix it? Thanks.

like image 727
Harry Avatar asked Nov 10 '22 07:11

Harry


1 Answers

Please check other browsers!

I can only confirm this issue in Chrome...

see google help forum: Anyone having trouble with Google Chrome unable to scroll, focus, etc?

like image 159
Guntram Avatar answered Nov 15 '22 04:11

Guntram