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

[bug] Popconfirm,Popover 中使用 nz-select , 下拉列表被被遮盖 #1672

Closed
lopn opened this issue Jun 16, 2018 · 4 comments
Closed

Comments

@lopn
Copy link

lopn commented Jun 16, 2018

Version

1.0.0

Environment

windows

Reproduction link

https://github.com/lopn/bug-img/blob/master/ng-zorro-antd/select-pop.png

Steps to reproduce

在一个确认框或者气泡框里加入nz-select, nz-select 的列表页就会被 气泡框所遮盖 , 这个问题是升到1.0.0后有的,0.6上没有问题

What is expected?

nz-select 的列表页不被 气泡框所遮盖

What is actually happening?

nz-select 的列表页被 气泡框所遮盖

Other?

@lopn
Copy link
Author

lopn commented Jun 16, 2018

问题原因:
1.0.0版本之后,cdk-overlay-xx 混乱所致
现在的顺序变为了

<div class=‘cdk-overlay-connected-position-bounding-box’>
<idv id ='cdk-overlay-5'></div>
</div>
<div class=‘cdk-overlay-connected-position-bounding-box’>
<idv id ='cdk-overlay-3'></div>
</div>

@lopn
Copy link
Author

lopn commented Jun 16, 2018

由于 cdk-overlay-connected-position-bounding-box 统一设置的z-index 1000 , 所以顺序 不能乱

@vthinkxie
Copy link
Member

ref #1643

@lock
Copy link

lock bot commented Jun 16, 2019

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants