Possible bug with scroller

Possible bug with scroller

PCGPetePCGPete 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.

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    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

  • PCGPetePCGPete Posts: 4Questions: 1Answers: 0

    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.

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    edited September 2018

    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

  • PCGPetePCGPete Posts: 4Questions: 1Answers: 0

    Thanks for that Colin, any ideas of a release date?

    Cheers,

    Pete.

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hopefully in the next few weeks. An Editor release is pending, it will probably follow that.

    C

  • PCGPetePCGPete Posts: 4Questions: 1Answers: 0

    Colin, that's great. Thanks very much for your help.

    Pete.

This discussion has been closed.