chrome scrolling issues after some ajax operations -
i experiencing strange issue scrolling, after doing ajax operations on webpage, dynamically add & remove contents page. mouse scrolling hangs (mouse scoll events doesn't work) , pressing arrow key keyboard solves problem.
i wonder there known issue chrome?
edit:
i don't have js errors on page, adding contents div block dynamically
<div id="contentarea"> <!-- load contents here --> </div <script> loadhtml('/my/target/page', 'contentarea'); // contents may vary in size </script> edit:
similar thing happened me on stackoverflow when clicked load (n) new answers while answering question. (some days ago)
i've had strange problems chrome , scrolling, uninstalled smoothscroll extension , worked.
try disabling of extensions , see if problem persists (note: disabling not uninstall them identify if extension causing problem):
menu button -> tools -> extensions
then click disable link on of them (and may want restart chrome measure)
Comments
Post a Comment