Element: The [Bug Report] table adds show-overflow-tooltip, and there will be an empty misplaced tooltip on the 360 browser.

Created on 28 May 2018  ·  10Comments  ·  Source: ElemeFE/element

Element UI version

2.3.9

OS/Browsers version

windows7 360安全浏览器9 版本号9.1.0.422

Vue version

2.5.16

Reproduction Link

https://jsfiddle.net/9sxeg7h3/

Steps to reproduce

打开官网给的地址,修改下面两处就可以看到bug:

tableData: [{
date: '2016-05-02',
name: '',
address: '上海市普陀区金沙江路 1518 弄'
}]

What is Expected?

表格单元格为空不应该出现tip提示。

What is actually happening?

表格单元格为空出现tip提示,而且样式还是错位的。

table

Most helpful comment

Hope to be resolved

All 10 comments

Translation of this issue:

Element UI version
2.3.9

OS/Browsers version
Windows7 360 security browser 9 version number 9.1.0.422

Vue version
2.5.16

Reproduction Link
https://jsfiddle.net/api/post/library/pure/

Steps to reproduce
When you open the address of the official website, you can see the following two places: bug:

TableData: [(]
Date:'2016-05-02',

Name: '',
Address: '1518 Jinsha River Road, Putuo District, Shanghai

]]]
What is Expected?

The table cell should not be prompted by the tip.
What is actually happening?

The tabular cell appears empty for tip prompt, and the style is still misplaced.

Hi, your JSFiddle page is blank because it seems you forgot to click the Save button. Please save your fiddle and then edit this issue with the new link.

谷歌老版本浏览器也有这种情况

qq浏览器也有问题

还是希望element能修复这个问题

@jikkai 兼容性问题。问题应该是出现在下面这段代码里。
https://github.com/ElemeFE/element/blob/b799d2ec4dfe7a08cb42d510de5653c8165a3219/packages/table/src/table-body.js#L350-L353

Hope to be resolved

希望修复

Hope to be resolved

在 pr #13152 修复了。

Was this page helpful?
0 / 5 - 0 ratings