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

Bar's content disappears #9995

Closed
1 task done
LidiyaGeorgieva opened this issue Oct 9, 2024 · 1 comment · Fixed by #10010
Closed
1 task done

Bar's content disappears #9995

LidiyaGeorgieva opened this issue Oct 9, 2024 · 1 comment · Fixed by #10010
Assignees
Labels
author action bug This issue is a bug in the code High Prio

Comments

@LidiyaGeorgieva
Copy link
Contributor

Bug Description

Bar's content disappears when the bar is used inside Popover.
If the bar is without popover there is no bug.
If some other component is added after the bar (to test - uncomment the Message Strip in the sample) - there is no bug.

Affected Component

No response

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

  1. Open edited sample link
  2. Click on "Open Popover"
  3. Observe how the bar content is shown for a sort time and then disappears

Log Output, Stack Trace or Screenshots

No response

Priority

High

UI5 Web Components Version

main

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@LidiyaGeorgieva LidiyaGeorgieva added the bug This issue is a bug in the code label Oct 9, 2024
@NHristov-sap
Copy link
Contributor

Hi @LidiyaGeorgieva ,

It seems that the ui5-bar takes all the available space of the header, which in this case is 0. I have tried to add width: 100% to the div with class="notificationsPopoverHeader" and then the bar appears. Can you check if this width does not depend on Popover?

Best Regards,
Nikolay Hristov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author action bug This issue is a bug in the code High Prio
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants