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

[menu] safari浏览器下箭头菜单展开/收起箭头没有变化 #1445

Closed
woshishade opened this issue Aug 18, 2022 · 9 comments · Fixed by Tencent/tdesign-common#1073
Closed
Assignees
Labels
compatibility issue for compatibility 🪨 Stale

Comments

@woshishade
Copy link

tdesign-vue-next 版本

0.20.0

重现链接

No response

重现步骤

企业微信截图_246abefb-1f18-4ad6-9512-52cc98b605a5
企业微信截图_332548e5-7a45-4b53-b3ae-5e3b1597d82b

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

@github-actions
Copy link
Contributor

👋 @woshishade,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@github-actions
Copy link
Contributor

♥️ 有劳 @LeeJim @amadeus711 尽快确认问题。
确认有效后将下一步计划和可能需要的时间回复给 @woshishade

@woshishade
Copy link
Author

safari浏览器版本:15.6

@uyarn uyarn added the compatibility issue for compatibility label Aug 18, 2022
@uyarn
Copy link
Collaborator

uyarn commented Aug 18, 2022

属于已知的兼容性问题
实现方式是active下改变svg的path的d属性 来实现箭头翻转
image
但是safari对这个属性不认识
image

@woshishade
Copy link
Author

@uyarn 不太想从上层修改样式,你们有办法兼容这个问题吗?

@uyarn
Copy link
Collaborator

uyarn commented Aug 18, 2022

@uyarn 不太想从上层修改样式,你们有办法兼容这个问题吗?

之前有想通过rotate3d实现 但是rotate3d在翻转到水平面会完全水平 视觉上会完全呈现一条线 不是最理想的效果
@Wen1kang 看看能不能接受safari用rotate3d来兼容?

@Wen1kang
Copy link
Collaborator

@uyarn 不太想从上层修改样式,你们有办法兼容这个问题吗?

之前有想通过rotate3d实现 但是rotate3d在翻转到水平面会完全水平 视觉上会完全呈现一条线 不是最理想的效果 @Wen1kang 看看能不能接受safari用rotate3d来兼容?

不建议使用 rotate3D 来实现哦,不然做出来效果和期望会不太一致,针对Safari能否降级就直接 down 切换成 up 过渡变化就OK了。

@github-actions
Copy link
Contributor

这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。

@github-actions
Copy link
Contributor

此 Issue 被自动关闭,因为它自被标记为过时 stale 以来已闲置 7 天。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility issue for compatibility 🪨 Stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants