karolyi / ui-selectableScroll

An extended jQuery-ui selectable with scroll capabilities. Migrated to https://git.ksol.io/karolyi/ui-selectableScroll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What about dynamically-sized containers / scrolling at viewport boundaries?

jakedowns opened this issue · comments

Is it possible to configure this to work if i don't have a container with a fixed-sized?

what if I have a dynamic list of elements that is capable of growing the whole document body larger than the user's viewport?

it seems auto-scrolling the body isn't working in this scenario like i'd expect.

e.g. http://jsbin.com/vabotonuze/1/edit?html,css,js,output