Possible bug with scroller
Possible bug with scroller
PCGPete
Posts: 4Questions: 1Answers: 0
Hi,
We have come across an odd issue using scroller. It seems that when we have a large result set, the scroller stops asking for more data ( the table is server side ) and just shows blank lines. You can then keep scrolling and eventually it triggers another draw and the data is filled.
Please see a fiddle to reproduce the issue here : https://jsfiddle.net/jq4mszre
Thanks.
This discussion has been closed.
Answers
Hi @PCGPete ,
Thanks for that fiddle, unfortunately, it's working for me. Could you give steps on how to reproduce, please. I was paging up and down, clicking up and down, and the table always redrew as expected.
Cheers,
Colin
Hi Colin - sorry forgot to mention that you need to scroll past 107 rows, that's when the blanks start to show,
Hope it breaks for you!!
Thanks.
Hi @PCGPete ,
Ah, yep, it only seems to happen when you page down past that point, if you past it with a click, it's fine.
This is an effect of an issue that was fixed recently. It hasn't been released yet but if you grab the nightly builds you'll see it working as expected. See this example here - if you flip the versions over in the HTML tab, you'll see it break again.
Cheers,
Colin
Thanks for that Colin, any ideas of a release date?
Cheers,
Pete.
Hopefully in the next few weeks. An Editor release is pending, it will probably follow that.
C
Colin, that's great. Thanks very much for your help.
Pete.