element [Bug Report] el-dialog 使用:modal=“false"后,按esc无法关闭弹窗

vltsax25  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(38)

Element UI version

2.15.13

OS/Browsers version

windows10/chrome

Vue version

2.7.14

https://codepen.io/tangxiaotang/pen/xxaGRPQ

Steps to reproduce

将el-dialog的modal属性设置程false,打开弹窗,按下esc键

What is Expected?

按esc可以关闭弹窗

What is actually happening?

按esc无法关闭弹窗

osh3o9ms

osh3o9ms1#

@Tangxiaotang98 我将查看问题

0h4hbjxa

0h4hbjxa2#

看了源码:https://github.com/ElemeFE/element/blob/dev/src/utils/popup/popup-manager.js#L183

问题出在 getTopPopup 上了。

相关问题