didi / cube-ui

:large_orange_diamond: A fantastic mobile ui lib implement by Vue
https://didi.github.io/cube-ui/
Apache License 2.0
9.14k stars 1.47k forks source link

scroll嵌套scroll后不会触发@scroll事件 #778

Open albb58 opened 3 years ago

albb58 commented 3 years ago

Version

1.12.38

Reproduction link

https://jsbin.com/zifoyijepe/1/edit?html,js,output

Steps to reproduce

1,最外层是竖向的scroll 2.里面嵌套一个横向的scroll 3,横向的scroll里元素触发点击事件后没有触发竖向的@scroll事件

What is expected?

不会影响外层的scroll事件

What is actually happening?

Dependencies Version

vue: 2.6.14 better-scroll: 2.4.2

dolymood commented 3 years ago

这个描述,点击为啥要触发 scroll 事件?