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

[Bug Report] Chrome will crash when set Table Component 'thead' css 'display' to none #16427

Closed
ustbhuangyi opened this issue Jul 5, 2019 · 1 comment · Fixed by #16956
Closed
Assignees
Milestone

Comments

@ustbhuangyi
Copy link

Element UI version

2.10.1

OS/Browsers version

MacOS 10.13.6 / Google Chrome Version 75.0.3770.100 (Official Build) (64-bit)

Vue version

2.6.10

Reproduction Link

https://codepen.io/pen >> https://element.eleme.io/#/zh-CN/component/table

Steps to reproduce

  1. Open chrome dev tools
  2. Find any element of thead.
  3. Add 'display:none' rule for the '.el-table thead' selector.
  4. Then Chrome crashed.

PS. The issue link rule is bypassed, because links on official websites can reproduce this problem very well.
The reproduction link is https://element.eleme.io/#/zh-CN/component/table

What is Expected?

Chrome won't crash,and the table header can be hidden.

What is actually happening?

Chrome crashed.

@wkl007
Copy link

wkl007 commented Jul 5, 2019

Yes, I have the same problem.

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

Successfully merging a pull request may close this issue.

4 participants