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

Flexible Layouts don't allow text selection, but must #5389

Closed
1 of 7 tasks
charlesh88 opened this issue Jun 24, 2022 · 3 comments
Closed
1 of 7 tasks

Flexible Layouts don't allow text selection, but must #5389

charlesh88 opened this issue Jun 24, 2022 · 3 comments

Comments

@charlesh88
Copy link
Contributor

image

Summary

In Browse mode, object views placed in a Flexible Layout treat all click-drag actions - like when the user is trying to select and copy text - as if the user is editing the layout and dragging an object frame to move it. Instead, this behavior should be confined solely to Edit mode; while in Browse mode the user must be able to click and select text like telemetry values. Display Layouts currently operate this way; Flex Layouts must do the same.

Steps to Reproduce

  1. Add a LAD Table or imagery view into a Flexible Layout. Save and exit to Browse mode.
  2. Click and drag to select a text element in the layout, observe: a drag proxy for the object view is instantiated and the layout acts as if a drag action is occurring and displays blue drop targets. In fact, that proxy can be dropped onto a drop target in the layout and it will be put into Edit mode.

Environment

  • Open MCT Version: release/2.0.5
  • Deployment Type: local
  • 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?
@khalidadil
Copy link
Contributor

Testing instructions can be found in original issue description. I was seeing this behavior with any 2 objects in a flexible layout. Let me know if any clarification is needed!

@ozyx
Copy link
Member

ozyx commented Sep 15, 2022

Verified Testathon 9/15/22:

Was able to select text on a LAD table embedded in a Flexible Layout
image

@charlesh88
Copy link
Contributor Author

charlesh88 commented Sep 15, 2022

Verified fixed Testathon 9/15/22 - WHOOOO!!! This is awesome.

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