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

fix(ui5-toast) avoid overlaying Dialog and Popover #2118

Merged
merged 3 commits into from
Aug 19, 2020
Merged

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Aug 19, 2020

Remove hardcoded z-index of 999. As the Toast is not a popup by implementation,
but is a popup by nature, it should use the shared "z-index" between the Popups (Dialog and Popover) to appear correctly under or over them, depending on the place it has been opened.

FIXES #2110

Remove hardcoded z-index of 999 and use the shared z-index between all popups.

FIXES #2110
@ilhan007 ilhan007 merged commit 1971a54 into master Aug 19, 2020
@ilhan007 ilhan007 deleted the fix-toast-overlay branch August 19, 2020 11:31
ilhan007 added a commit that referenced this pull request Aug 20, 2020
Remove hardcoded z-index of 999. As the Toast is not a popup by implementation,
but is a popup by nature, it should use the shared "z-index" between the Popups (Dialog and Popover) to appear correctly under or over them, depending on the place it has been opened.

FIXES #2110
ilhan007 added a commit that referenced this pull request Oct 17, 2020
Remove hardcoded z-index of 999. As the Toast is not a popup by implementation,
but is a popup by nature, it should use the shared "z-index" between the Popups (Dialog and Popover) to appear correctly under or over them, depending on the place it has been opened.

FIXES #2110
ilhan007 added a commit that referenced this pull request Nov 11, 2020
Remove hardcoded z-index of 999. As the Toast is not a popup by implementation,
but is a popup by nature, it should use the shared "z-index" between the Popups (Dialog and Popover) to appear correctly under or over them, depending on the place it has been opened.

FIXES #2110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG][ui5-dialog][ui5-toast] The active ui5-dialog (modal) can not overlaid ui5-toast
2 participants