Steven Soderquist

Results 5 comments of Steven Soderquist

Hey, I recently came across the same issue and tried applying the workaround mentioned here, but noticed that when using TypeScript `VirtualScroller.scrollInView` expects at least 2 arguments. It seems to...

There is no `scrollIntoView` method on VirtualScroller unless I'm missing something here? I call `scrollInView` on line 43, but as I mentioned I cannot even call it in the same...

Exactly yeah, are you also able to see the other issue I mentioned with sorting in Firefox?

Hey @melloware, looks good. I think what was happening when calling `scrollInView` with no params was it would fall through to the last case where it calls `scrollToIndex` and in...

Hey @melloware , I'm not sure if this bug should've been closed. What I was trying to show in the reproducer I linked was that using the workaround mentioned here...