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
When the number of image thumbnails is smaller than the available display area, they are being drawn from the left - this is incorrect, and caused confusion during Feb egress testing.
Expected vs Current Behavior
Instead, image thumbs should always be right-aligned, in the same way that data points would be spatially placed in a plot view.
Impact Check List
Data loss or misrepresented data?
Regression? Did this used to work or has it always been broken? Not positive this is a regression, but think we used to do this properly.
Is there a workaround available?
Does this impact a critical component?
Is this just a visual bug with no functional impact?
Steps to Reproduce
View an imagery endpoint.
Set the Time Conductor such that the number of available images doesn't fill the thumbs holder.
Observe that image thumbs appear from the left in the thumbs holder.
Environment
Open MCT Version: 1.8.4
Deployment Type: stable/, testathon/
OS: Any
Browser: Any
The text was updated successfully, but these errors were encountered:
Ignore the previous comment, which reverses the order of the thumbnails. The right approach is justify-content: flex-end added to '.c-imagery__thumbs-wrapper`.
Summary
When the number of image thumbnails is smaller than the available display area, they are being drawn from the left - this is incorrect, and caused confusion during Feb egress testing.
Expected vs Current Behavior
Instead, image thumbs should always be right-aligned, in the same way that data points would be spatially placed in a plot view.
Impact Check List
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: