web icon indicating copy to clipboard operation
web copied to clipboard

Moving users in the waitlist breaks when scrolling

Open goto-bus-stop opened this issue 8 years ago • 0 comments

I tried to move someone from spot 23 to 2, but i had to scroll up, and it moved someone else to 2 instead.

I'm guessing that it's because the waitlist "lazy" renders, so the user displayed by the Nth rendered element changes while scrolling. Eg. when scrolled all the way down, only the last 15 users are rendered, so the 14th item is spot 23. But when you scroll all the way up, only the first 15 users are rendered, so the 14th item is spot 14 instead.

goto-bus-stop avatar Jan 21 '17 18:01 goto-bus-stop