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

Selection of object in layout should only show marquee for that object #7179

Closed
3 of 7 tasks
davetsay opened this issue Oct 26, 2023 · 1 comment · Fixed by #7180
Closed
3 of 7 tasks

Selection of object in layout should only show marquee for that object #7179

davetsay opened this issue Oct 26, 2023 · 1 comment · Fixed by #7180
Labels
Milestone

Comments

@davetsay
Copy link
Contributor

davetsay commented Oct 26, 2023

Summary

When selecting an object in a layout, multiple objects have the resize marquee displayed.
Also found grid is incorrectly not displaying on selection for nested objects

Expected vs Current Behavior

Expect only the selected object to have the marquee
Expect the parent layout to display a grid for the selected object

Testing Instructions (see attached pics)

  1. Create a display layout A with layout object(s) inside (Click + in layout toolbar to add layout objects)
  2. Create a display layout B with optionally layout objects(s) inside
  3. Create a display layout C and then drag layout A and layout B into layout C
  4. Edit display layout C
  5. Observe layout C has a background grid displayed
  6. Observe other layouts and layout objects do not have a grid displayed
  7. Click layout A
  8. Observe layout A has a marquee displayed, is surrounded by a resizing box with grab points in the corners
  9. Observe layout B, and all layout objects, do not have a marquee displayed
  10. Observe layout C and only layout C has a background grid displayed
  11. Click a layout object in layout A
  12. Observe the layout object and only the layout object has a marquee displayed
  13. Observe layout A and only layout A has a background grid displayed

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

Correct behavior with only the selection displaying a marquee
single marquee

Incorrect behavior with multiple items displaying a marquee
multiple marquees

Correct grid behavior with parent layout selected
parent display selected

Correct grid behavior with child layout selected
child display selected

Correct grid behavior with layout object inside of child layout selected
object in child display selected

@rukmini-bose
Copy link
Contributor

Verified Testathon 11/16/2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants