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

nz-collapse doesn't open panel at Safari #3098

Closed
dk-seo opened this issue Mar 14, 2019 · 5 comments
Closed

nz-collapse doesn't open panel at Safari #3098

dk-seo opened this issue Mar 14, 2019 · 5 comments
Assignees

Comments

@dk-seo
Copy link

dk-seo commented Mar 14, 2019

Reproduction link

https://stackblitz.com/edit/ng-zorro-antd-start-roeg51

Steps to reproduce

Open inactive nz-collapse-panel on Safari browser.

What is expected?

nz-collapse-panel is expected to open its contents when it turns out active.

What is actually happening?

An arrow icon on nz-collapse-panel keeps rotating whenever it is clicked but the contents never showed up once after they hided

Environment Info
ng-zorro-antd 7.0.3
Browser Safari Version 12.0.3 (14606.4.5)

Chrome works well as expected.
Every example in Collapse (https://ng.ant.design/components/collapse/en) has same problem on Safari.

@littleinsz
Copy link

Collapse also doesn't open panel at IE11

@wzhudev wzhudev added the :trollface: IE label Mar 19, 2019
@wzhudev
Copy link
Member

wzhudev commented Mar 19, 2019

display: none style is not removed on IE11. @vthinkxie

Don't have Safari at hand. Maybe the same reason.

iexplore_stsa0XG8Cq

@Credo-Zhao
Copy link

Credo-Zhao commented Apr 2, 2019

display: none style is not removed on IE11. @vthinkxie

Don't have Safari at hand. Maybe the same reason.

iexplore_stsa0XG8Cq

刚看了下,safari确实也是这样的.

@wzhudev
Copy link
Member

wzhudev commented Apr 5, 2019

Angular to blame (maybe?) angular/angular#29371

Trying other properties such as visibility or opacity.

@vthinkxie
Copy link
Member

this would help
#3216 (comment)

@vthinkxie vthinkxie removed their assignment Apr 17, 2019
@vthinkxie vthinkxie self-assigned this Jun 24, 2019
Ricbet pushed a commit to Ricbet/ng-zorro-antd that referenced this issue Apr 9, 2020
* fix(module:table): fix table sort default to ascend
close NG-ZORRO#3398

* fix(module:table): fix virtual scroll no data height
close NG-ZORRO#3419

* fix(module:table): fix table border error when small or bordered
close NG-ZORRO#3373 close NG-ZORRO#3032

* docs(module:table): fix table drag style

* fix(module:collapse): fix expand bug in Safari & animation bug
close NG-ZORRO#3098 close NG-ZORRO#3346
hsuanxyz pushed a commit to hsuanxyz/ng-zorro-antd that referenced this issue Aug 5, 2020
* fix(module:table): fix table sort default to ascend
close NG-ZORRO#3398

* fix(module:table): fix virtual scroll no data height
close NG-ZORRO#3419

* fix(module:table): fix table border error when small or bordered
close NG-ZORRO#3373 close NG-ZORRO#3032

* docs(module:table): fix table drag style

* fix(module:collapse): fix expand bug in Safari & animation bug
close NG-ZORRO#3098 close NG-ZORRO#3346
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants