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

ZIndexUtils Support for ConfirmDialog #10762

Closed
Jin-K opened this issue Oct 22, 2021 · 0 comments
Closed

ZIndexUtils Support for ConfirmDialog #10762

Jin-K opened this issue Oct 22, 2021 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@Jin-K
Copy link

Jin-K commented Oct 22, 2021

This way, confirm dialogs will not appear behind a dialog that asks for confirmation.

this.container.style.zIndex = String(this.baseZIndex + (++DomHandler.zindex));

ZIndexUtils.set('modal', this.container, this.baseZIndex + this.config.zIndex.modal);

@yigitfindikli yigitfindikli changed the title Please track ConfirmDialog zIndexes with ZIndexUtils instead of DomHandler ZIndexUtils Support for ConfirmDialog Oct 24, 2021
@yigitfindikli yigitfindikli added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Oct 24, 2021
@yigitfindikli yigitfindikli self-assigned this Oct 24, 2021
@yigitfindikli yigitfindikli added this to the 12.2.2 milestone Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants