I encountered a bug related to the nested usage of components provided by vue-virtual-scroll. The nesting involves an outer vertical virtual list and an inner horizontal virtual list.
The bug manifests as follows: Click events on elements of the inner horizontal list can be triggered normally by default. However, after horizontal scrolling, when returning to the original position, the events can no longer be triggered properly.
Reproduction
Set up a vue-virtual-scroll with nested vertical and horizontal lists.
Click on an element in the inner horizontal list - observe that the event is triggered.
Scroll horizontally.
Return to the original position and click on the same element - observe that the event is not triggered.
Describe the bug
I encountered a bug related to the nested usage of components provided by
vue-virtual-scroll
. The nesting involves an outer vertical virtual list and an inner horizontal virtual list.The bug manifests as follows: Click events on elements of the inner horizontal list can be triggered normally by default. However, after horizontal scrolling, when returning to the original position, the events can no longer be triggered properly.
Reproduction
vue-virtual-scroll
with nested vertical and horizontal lists.System Info
Used Package Manager
npm
Validations