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

[Component] [upload, table] upload、table组件在chrome 72版本中,upload设置属性不生效,table组件种表格数据不显示 #8770

Closed
cooooood opened this issue Jul 12, 2022 · 5 comments · Fixed by #10640
Labels

Comments

@cooooood
Copy link

Bug Type: Component

Environment

  • Vue Version: 3.2.13
  • Element Plus Version: 2.2.9
  • Browser / OS: chrome 72.0.3636.81/win10
  • Build Tool: Vue CLI

Reproduction

Related Component

  • el-upload
  • el-table

Reproduction Link

Docs

Steps to reproduce

在chrome 72.0.3636.81版本中打开官方文档就能看到

What is Expected?

表格数据正常显示,upload组件属性accept、auto-upload等属性设置能生效

What is actually happening?

实际数据没有在表格中渲染,以及上传组件属性设置未生效

Additional comments

(empty)

@cooooood
Copy link
Author

upload组件复现情景:chrome 72版本,同一个页面中有多个upload组件时,除了第一个上传组件,下方的上传组件设置属性都会失效

@vanchain
Copy link

table 在chrome 73版本也无法渲染

@VinLIan93
Copy link

chrome 71里也不行。从2.2.1开始就有这问题,再之前的版本还没试

@VinLIan93
Copy link

截图_选择区域_20220826162446
chrome 71.0.3578.98

LiZheGuang added a commit to LiZheGuang/element-plus that referenced this issue Nov 17, 2022
Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed element-plus#8770,element-plus#9071,element-plus#7038
@tengly
Copy link

tengly commented May 26, 2023

upload组件在chrome72版本里action不生效,上传地址成了当前页面的地址,elementPlus官网使用chrome72打开也如此

btea added a commit that referenced this issue Aug 12, 2023
…ata (#10640)

Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed #8770,#9071,#7038

Co-authored-by: btea <2356281422@qq.com>
laizuan pushed a commit to laizuan/element-plus that referenced this issue Sep 5, 2023
…ata (element-plus#10640)

Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed element-plus#8770,element-plus#9071,element-plus#7038

Co-authored-by: btea <2356281422@qq.com>
consultation-applio pushed a commit to consultation-applio/element-plus that referenced this issue Nov 10, 2023
…ata (element-plus#10640)

Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario

BREAKING CHANGE :
The writing method of shallow copy is replaced

closed element-plus#8770,element-plus#9071,element-plus#7038

Co-authored-by: btea <2356281422@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants