You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
the open button should be visible behind the overlay. If the message strip is removed from the page the button stays as expected, so this behaviour is influenced by the message strip shomehow.
Screenshots
If applicable, add screenshots to help explain your problem.
Context
UI5 Web Components version: 0.10.1
OS/Platform: MacOS
Browser (if relevant): Chrome
Other information: {...}
Affected components
ui5-dialog
ui5-messagestrip
The text was updated successfully, but these errors were encountered:
That is because the message strip has height 100%;
the body grows when the dialog is opened, the message strip takes the whole height and the button disappears (although it`s just bellow the message strip), as the message strip takes the full view port).
Issue, the message strip used to take full parent height, although it might contain only few words.
Solution: remove the height 100% on element tag, as it can be alter any time by the consumers.
FIXES: #375
Issue, the message strip used to take full parent height, although it might contain only few words.
Solution: remove the height 100% on element tag, as it can be alter any time by the consumers.
FIXES: #375
Describe the bug
Opening a dialog causes the whole page content behind the overlay to disappear
To reproduce
Steps to reproduce the behavior:
Expected behavior
the open button should be visible behind the overlay. If the message strip is removed from the page the button stays as expected, so this behaviour is influenced by the message strip shomehow.
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Affected components
ui5-dialog
ui5-messagestrip
The text was updated successfully, but these errors were encountered: