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

Titles in snapshot 3 dot menu are cut off #7941

Open
2 of 7 tasks
davetsay opened this issue Dec 5, 2024 · 1 comment · May be fixed by #7988
Open
2 of 7 tasks

Titles in snapshot 3 dot menu are cut off #7941

davetsay opened this issue Dec 5, 2024 · 1 comment · May be fixed by #7988
Labels
bug:regression It used to work. Now it doesn't :( type:bug

Comments

@davetsay
Copy link
Contributor

davetsay commented Dec 5, 2024

Summary

Display regression of menu in snapshots causing text to be cut off.

Expected vs Current Behavior

Title is cut off and should be aligned so that it is not

Steps to Reproduce

  1. Take a snapshot and save it to snapshots, not a notebook
  2. Expand the snapshot drawer from the snapshots icon in the notifications area
  3. Click the three dot menu in a snapshot
  4. Observe the Title items (left side of menu) is cut off, description is fine

Screenshot 2024-12-04 at 3 55 45 PM

Environment

  • Open MCT Version:
  • Deployment Type:
  • OS:
  • Browser:

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug with no functional impact?
  • Does this block the execution of e2e tests?
  • Does this have an impact on Performance?

Additional Information

@davetsay davetsay added type:bug bug:regression It used to work. Now it doesn't :( labels Dec 5, 2024
johnriedel added a commit to johnriedel/openmct that referenced this issue Jan 16, 2025
@johnriedel johnriedel linked a pull request Jan 16, 2025 that will close this issue
14 tasks
@johnriedel
Copy link
Contributor

johnriedel commented Jan 16, 2025

Successfully reproduced error. It appears as though the 3-dot menu width is calculated based on the height of the viewport (browser) window. So if the window height shrinks, the 3-dot menu width shrinks.

Image

Image

Updated CSS to prevent this behavior.

Associated PR: #7988

johnriedel added a commit to johnriedel/openmct that referenced this issue Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:regression It used to work. Now it doesn't :( type:bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants