iamapinan / nestedsortables

Automatically exported from code.google.com/p/nestedsortables
GNU General Public License v2.0
0 stars 0 forks source link

Problems when sorting elements at page edges when using incremental mode. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When you are using incremental mode, a different NestedSortable will be
built for each page, but they will be displayed in order, one right after
the other, causing the impression it is a single list. 

When the user is sorting an item from that is between two adjacent pages in
the edge of those pages, the  response won't be as smooth, and the user
might have to "move" the mouse a little bit until the element falls where
he wants.

Fixing this will involve a lot of hacking and will only be done if people
want incremental mode too much.

Original issue reported on code.google.com by berpa...@gmail.com on 15 Sep 2007 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by berpa...@gmail.com on 25 Sep 2007 at 6:03