Regarding if the infinite scroll is part of the normal behavior:
Honestly, I can't say for sure, but I think that it is. If you look at
the demo again, in the top right corner of the page you can see "Edit
Code" button that allows you to see all the associated css/js.

Basically, I just created a jquery sortable list inside a div set to
overflow:auto. I don't think that is such an obscure use-case, but I
could be wrong.

At one point, I even converted the list to use <ul> & <li> to match
the demos on the jqueryui website, but it still produces the same
effect. I have tried going through the jqueryui code to see if I could
identify the source of the affect, but that code is a bit difficult to
follow, to say the least, and so I didn't have any luck.

If anyone has any insight, I would really appreciate it. Thanks



On Dec 23, 11:23 am, The alMIGHTY N <natle...@yahoo.com> wrote:
> I also noticed that it appears bottomless in the sense that if you
> keep dragging an item downwards, it quickly becomes all whitespace and
> the scrollbar handle keeps shrinking (indicating a perpetual increase
> in total height of the container)... is this normal behavior?
>
> On Dec 17, 3:48 am, Robert Adams <rfad...@gmail.com> wrote:
>
>
>
> > Hello
>
> > I created a demo:http://pastebin.me/584b9a86d715c9ba85b7bebf0375e237
>
> > When the scroll bar is at the bottom and you drag items to sort them,
> > it causes the scroll bar to jump up. It seems to do this in FF,
> > Safari, Chrome, and IE (at least IE8).
>
> > In Firefox on my Mac, it does the jump up when the scroll bar is at
> > the bottom, but also adds a nice flash to the whole list. It just
> > flashes the whole list right as it scrolls it up. I believe that if I
> > figure out what is causing the scroll up (and if I can stop it), the
> > flashing will stop as well.
>
> > I don't like it jumping up like that b/c I find it jarring and
> > confusing. I know this is a bit of a corner case, but I'd like to fix
> > it if I could.
>
> > So, is there any way to prevent it from scrolling up? Alternately,
> > what is causing it to scroll up?
>
> > Thanks

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to