vue-virtual-scroll-list icon indicating copy to clipboard operation
vue-virtual-scroll-list copied to clipboard

[Bug Report] The "tobottom" event did not trigger as expected on "page-mode"

Open SliverYuki opened this issue 1 year ago • 3 comments

Describe

I am using a web API to request a list of content. When the height of the content loaded on the initial screen is lower than the page height, the tobottom event will not be triggered, causing subsequent content to not load.

Other

  • Version 2.3.5
  • Browser Edge 123.0.2420.53

SliverYuki avatar Mar 28 '24 09:03 SliverYuki

I encountered the same issue where the toBottom event doesn't get triggered. It happens when the browser's zoom level is too low. I'm not sure if the author will fix it, so is there anything we can do to avoid this bug?

xianggu-skillnote avatar Sep 12 '24 01:09 xianggu-skillnote

I encountered the same issue where the toBottom event doesn't get triggered. It happens when the browser's zoom level is too low. I'm not sure if the author will fix it, so is there anything we can do to avoid this bug?

So I loaded more content on the first page to ensure the list length is greater than the container height

SliverYuki avatar Sep 12 '24 02:09 SliverYuki

Sadly, I can't load more content because of performance issues. I'll try to find another way to fix this bug, thanks!

xianggu-skillnote avatar Sep 19 '24 07:09 xianggu-skillnote