antiscroll icon indicating copy to clipboard operation
antiscroll copied to clipboard

no scroll bar after content has been appended

Open jamcoupe opened this issue 13 years ago • 1 comments

This is a great scrolling plugin! However I have stumbled across a small issue.

Say I am appending content like chat and there isn't quite enough content in the div yet when it reaches the point there is enough content the scroll bar doesn't appear but however the scroll mechanisms are fine! Its just the UI isn't retained.

http://jsfiddle.net/DY9CT/5/

jamcoupe avatar Feb 14 '12 02:02 jamcoupe

that's the tricky part with this technique, you have to use polling or fire events when the content changed

juliangruber avatar Feb 27 '13 15:02 juliangruber