openmct
openmct copied to clipboard
Time List hides "hidden frame" action buttons
Summary
When the Time List is placed in a Display Layout with its frame hidden, hovering on the object displays its action buttons popup, but underneath the table. This is a simple z-indexing problem.
Expected vs Current Behavior
The action buttons popup should not be beneath the table.
Steps to Reproduce
- Put a Time List view in a layout and set its frame to hidden.
- Hover over the view, observe that the actions popup is obscured by the view's header as shown in the attached screenshot.
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?