-
Notifications
You must be signed in to change notification settings - Fork 4k
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
8.4.0 升级 8.5.0 后,鼠标无法移入 Popover 的 nzContent 区域 #4417
Comments
Translation of this issue:8.4.0 8.5.0 After the upgrade, the mouse can not move nzContent area of PopoverReproduction linkHttps://stackblitz.com/edit/ng-zorro-antd-start-zetsqw Steps to reproducePopover nzPopoverTrigger when hover, move the mouse when the pop-up area Popover: What is expected?The same effect recovery and 8.4.x versions: the popup will not disappear when the mouse into Popover pop-up layer What is actually happening?8.5.0 Mouse pop-up layer disappears immediately when the pop-up layer into Popover
|
* fix(module:tooltip): fix hiding when hover popover * fix(module:tooltip): fix accessing destroyed view close #4417
* fix(module:tooltip): fix hiding when hover popover * fix(module:tooltip): fix accessing destroyed view close NG-ZORRO#4417
* fix(module:tooltip): fix hiding when hover popover * fix(module:tooltip): fix accessing destroyed view close NG-ZORRO#4417
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-zetsqw
Steps to reproduce
Popover nzPopoverTrigger 为 hover 时,鼠标移入 Popover 的弹出区域时:
在 8.4.x 版本 Popover 弹出层不会消失
在 8.5.0 版本 Popover 弹出层会消失
What is expected?
恢复与 8.4.x 版本同样的效果:鼠标移入 Popover 弹出层时弹出层不会消失
What is actually happening?
8.5.0 鼠标移入 Popover 弹出层时弹出层会立即消失
The text was updated successfully, but these errors were encountered: