We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a reference example for ShellBar component (https://sap.github.io/ui5-webcomponents/playground/components/ShellBar/) the Popover arrow is wrongly positioned:
Sometimes it's positioned correctly, depends on the width of the content part of Popover...
Popover arrow should point to the middle part of Avatar component and should not depend on content width.
See example below.
https://codesandbox.io/s/ui5-webcomponents-forked-92x4n?file=/index.html
N/A
The text was updated successfully, but these errors were encountered:
Hello @SAP/ui5-webcomponents-topic-rd,
this issue is about misalignment of the arrow of the popover (the arrow is not displayed at the center of the opener).
Here is a more isolated example: https://codesandbox.io/s/ui5-webcomponents-forked-8l197?file=/src/index.js It is only reproducible if a long ui5-title is used in the popover. If just a text or div/h1/h2 etc. elements are used - the issue is no longer reproducible.
ui5-title
Kind Regards, Dobrin
Sorry, something went wrong.
fix(ui5-popover): Arrow is placed correctly when some border is reached
a5f6014
Fixes: #3391
fix(ui5-popover): fix arrow placement when reaching a border (#3821)
9913632
TeodorTaushanov
Successfully merging a pull request may close this issue.
Bug Description
When using a reference example for ShellBar component (https://sap.github.io/ui5-webcomponents/playground/components/ShellBar/) the Popover arrow is wrongly positioned:
![Screenshot 2021-06-04 at 08 58 55](https://user-images.githubusercontent.com/748043/120759487-5a010980-c513-11eb-9139-368f88b4baa8.png)
Sometimes it's positioned correctly, depends on the width of the content part of Popover...
Expected Behavior
Popover arrow should point to the middle part of Avatar component and should not depend on content width.
Steps to Reproduce
See example below.
Isolated Example
https://codesandbox.io/s/ui5-webcomponents-forked-92x4n?file=/index.html
Context
Log Output / Stack Trace / Screenshots
N/A
Priority
Stakeholder Info (if applicable)
The text was updated successfully, but these errors were encountered: