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

ix-menu-avatar-item is falsely truncated on some screens #957

Closed
jul-lam opened this issue Nov 29, 2023 · 1 comment · Fixed by #961
Closed

ix-menu-avatar-item is falsely truncated on some screens #957

jul-lam opened this issue Nov 29, 2023 · 1 comment · Fixed by #961
Assignees
Labels
type: bug Something isn't working

Comments

@jul-lam
Copy link
Collaborator

jul-lam commented Nov 29, 2023

What happened?

When the avatar menu is activated, its width should ideally adjust according to the size of its largest element. This behavior is observed on certain screens. However, on some screens, the menu width is not sufficient to accommodate its largest item, resulting in its truncation. Normally, this would occur if there isn’t enough space to display the full width. But in this case, there seems to be ample space, indicating that the issue might be related to screen resolution.

Behavior on Screen 1:

image

Behavior on Screen 2:

image

Related to the issue: 934

What type of frontend frameware are you seeing the problem on?

Angular, React, JavaScript, Others

Which version of iX do you use?

v2.0.4

Code to produce this issue.

https://ix.siemens.io/docs/controls/navigation/vertical-tabs#avatar
@jul-lam jul-lam added the triage We discuss this topic in our internal weekly label Nov 29, 2023
@jul-lam jul-lam self-assigned this Nov 29, 2023
@jul-lam jul-lam added type: bug Something isn't working and removed triage We discuss this topic in our internal weekly labels Nov 29, 2023
@jul-lam jul-lam linked a pull request Nov 29, 2023 that will close this issue
14 tasks
@jul-lam
Copy link
Collaborator Author

jul-lam commented Nov 30, 2023

Upon investigation, it was determined that the issue was not related to the resolution. Instead, it was found to be associated with the zoom level, which could be the general screen zoom, browser zoom, or CSS zoom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant