vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

Some items double in size

Open ewanwalk opened this issue 4 years ago • 1 comments

The following is an example of what I mean - what is weird is that I checked internal sizing and it all lists the same size for each element - which differs from the transform being applied. All indexes are different, this doesnt seem to happen every single time.

image

Sizes identified: image

Transforms: image

I dont know if I can get a reproducible example just yet

ewanwalk avatar Mar 30 '20 15:03 ewanwalk

I have been having this same issue where the translate is over calculated. I am able to reproduce by going to a different tab while the list is being rendered/updated and when I return to the tab with the list it has extra spacing between some of the rows. Please note that in my application we are adding and updating this list almost constantly so the bug happens while the list is updating and you are on another tab.

BryanMcCallum avatar Nov 14 '22 20:11 BryanMcCallum