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

Tabs在Safari浏览器13.1(其他版本没有测)切换时Tab里的内容闪现后消失。 #2199

Closed
1 task
hnjfour opened this issue May 5, 2020 · 3 comments
Labels

Comments

@hnjfour
Copy link

hnjfour commented May 5, 2020

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.5.4

Environment

macOS Catalina 10.15.4,safari13.1,Ant Design of Vue v1.5.4

Reproduction link

https://ant.design/components/tabs-cn/

Steps to reproduce

使用Safari浏览器打开https://ant.design/components/tabs-cn/,切换代码演示的Tab1,Tab2,Tab3,就会看到切换时Tab里的内容闪现后消失。

What is expected?

解决这个bug.

What is actually happening?

解决这个bug.

@tangjinzhou
Copy link
Member

ref ant-design/ant-design#23050

@tangjinzhou
Copy link
Member

临时方案,添加如下样式:

.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane, .ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
	-webkit-backface-visibility: hidden;
} 

@github-actions
Copy link

github-actions bot commented May 8, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants