joehewitt / scrollability

Imitates iOS native scrolling in JavaScript.
http://joehewitt.github.com/scrollability
Other
1.78k stars 147 forks source link

Scroll wrapper gets lost after removing items from dom. #19

Closed lifeiscontent closed 4 years ago

lifeiscontent commented 13 years ago

if I have a scrollable list and remove items from it via the DOM using a search field for example,

on the current list where there is still space to scroll, it plays very nice.

but, if your in an area (far down the list) where the content then disappears because your search results become more precise there is no way to scroll back up because your past the scroll view.