element
element copied to clipboard
[Bug Report] el-dialog 使用:modal=“false"后,按esc无法关闭弹窗
Element UI version
2.15.13
OS/Browsers version
windows10/chrome
Vue version
2.7.14
Reproduction Link
https://codepen.io/tangxiaotang/pen/xxaGRPQ
Steps to reproduce
将el-dialog的modal属性设置程false,打开弹窗,按下esc键
What is Expected?
按esc可以关闭弹窗
What is actually happening?
按esc无法关闭弹窗
@Tangxiaotang98 我将查看问题
看了源码:https://github.com/ElemeFE/element/blob/dev/src/utils/popup/popup-manager.js#L183
问题出在 getTopPopup 上了。
一样的问题,但是目前没有被修复