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

Modal包含表单时,反馈图标存在bug #3255

Closed
michaelzx opened this issue Apr 11, 2019 · 3 comments
Closed

Modal包含表单时,反馈图标存在bug #3255

michaelzx opened this issue Apr 11, 2019 · 3 comments

Comments

@michaelzx
Copy link

Reproduction link

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

Steps to reproduce

1.点击按钮:打开窗口
2.不输入任何信息,点击:OK
3.点击:Cancel

What is expected?

隐藏Modal的时候,反馈图标应该一起消失

What is actually happening?

隐藏Modal的时候,反馈图标没有消失

Environment Info
ng-zorro-antd 7.2.0
Browser Chrome
@ng-zorro-bot
Copy link
Collaborator

Translation of this issue:


Modal There is a bug in the feedback icon when the form is included

Reproduction link

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

Steps to reproduce

  1. Click the button: open the window
  2. Do not enter any information, click: OK
  3. Click: Cancel

What is expected?

When hiding Modal, the feedback icon should disappear together

What is actually happening?

Feedback icon does not disappear when hiding Modal

Environment Info
ng-zorro-antd 7.2.0
Browser Chrome

@michaelzx
Copy link
Author

7.0.0-rc.3中Modal的隐藏方式是display:none,7.2.0中是visibility:hidden

但表单中的.has-error.has-feedback样式的visibility:visible,这样应该是会有冲突的

@hsuanxyz
Copy link
Member

更新你的反馈,与 #3245 所修复的是同一个问题

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

No branches or pull requests

3 participants