Avatar

Level 10
I suspect the jumpiness is related to the lazy-rendering which loads the next set of tasks as you scroll. I think the issue is that it hasn't quite loaded them fast enough and so you see some white space for a short period of time while you scroll. @Lilit Mkrtchyan is no doubt looking into this....perhaps they can increase the number of tasks it pre-loads (and caches from above in case you scroll back up) so that you don't see the white space a.k.a. 'jumpiness'. I know the whole point of lazy-rendering is to reduce the number of tasks currently loaded in the browser and therefore improve performance when expanding/collapsing/filtering/grouping etc. We apprecaite the performance improvement but perhaps we can sacrifice 10% of that in order to preload some more lines and avoid this jumpiness when scrolling. David Cornwell