-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
[Bug Report] Using popover in column with table column fixed will cause duplicate popover #10588
Comments
Translation of this issue: Element UI version2.3.3 OS/Browsers versionMacOS 10.13.3/Chome 65.0.3325.181 Vue version2.5.2 Reproduction Linkhttps://jsfiddle.net/baifann/m417c85a/18/ Steps to reproduceUse the Popover in the column of the table, the column, table, "the right and wrong". What is Expected?Only 1 Popover appears What is actually happening?There are 2 identical Popover |
固定列是通过把该列克隆一份来实现的(具体可参考 https://zhuanlan.zhihu.com/p/33280304 ),因此会有两个 Popover 实例,在使用 |
@Leopoldthecoder 你好,我遇到了同样的问题,但是你的hack连接打不开了,请问你的解决方法是什么 |
If there is a fixed column, this situation will happen. It doesn't matter whether the fixed column has a I put |
在数据渲染后,找到多出来的popover隐藏起来,直接操作dom比较暴力。 |
Element UI version
2.3.3
OS/Browsers version
macOS 10.13.3/Chome 65.0.3325.181
Vue version
2.5.2
Reproduction Link
https://jsfiddle.net/baifann/m417c85a/18/
Steps to reproduce
Use the popover in the column of the table, the column uses the property fixed, and the popover controls the display hiding through the v-model. Move the mouse over the "control" button and the popover is displayed.
What is Expected?
只出现1个popover
What is actually happening?
出现了2个相同的popover
The text was updated successfully, but these errors were encountered: