-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.2.2
Environment
win10 x64,ie11,vue 2.5.21
Reproduction link
https://vuecomponent.github.io/ant-design-vue/components/table-cn/
Steps to reproduce
使用table组件,并且设置scroll-y 纵轴滚动区域,在ie11下(其他ie未测试)鼠标在该区域内使用滚轮无效,在chrome内无此问题。在全局并未监听到鼠标滚动事件。
官方示例同样存在该问题。
What is expected?
鼠标滚动可触发table的滚动事件
What is actually happening?
ie11下table鼠标滚动无效