Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE,edge浏览器下 鼠标引入异常关闭 #207

Open
L-Hknu opened this issue Oct 26, 2020 · 2 comments
Open

IE,edge浏览器下 鼠标引入异常关闭 #207

L-Hknu opened this issue Oct 26, 2020 · 2 comments

Comments

@L-Hknu
Copy link

L-Hknu commented Oct 26, 2020

IE和edge鼠标移入 svg时会触发onMouseLeave导致 下拉弹窗异常关闭
具体代码,使用"antd": "4.7.3"
`ReactDOM.render(
<Dropdown
overlay={



}

<a className="ant-dropdown-link" onClick={(e) => e.preventDefault()}>
  Cascading menu 
</a>

,
document.getElementById("root")
);`
具体步骤,无法复现的话鼠标点击那个红圈 然后鼠标反复移入移除

@L-Hknu
Copy link
Author

L-Hknu commented Oct 26, 2020

@zombieJ
Copy link
Member

zombieJ commented Oct 26, 2020

直接来个 PR 修一下吧~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants