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

fix(log-viewer): update text selection behavior #6746

Merged
merged 2 commits into from
Jan 10, 2022

Conversation

DaoDaoNoCode
Copy link
Contributor

What: Closes #6745

@patternfly-build
Copy link
Contributor

patternfly-build commented Jan 6, 2022

Copy link
Collaborator

@jschuler jschuler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting solution, works well with mouse. Do we need to worry about keyboard selection as well? (SHIFT+arrow key)

@jschuler
Copy link
Collaborator

jschuler commented Jan 6, 2022

User can also copy some section with mouse, then scroll away, and selection will be lost. I know it's expected due to virtualization, but mentioning it anyways since it's a related case.

@DaoDaoNoCode
Copy link
Contributor Author

@jschuler Sounds interesting, yeah I only tested the trackpad selection situation. SHIFT+arrow key is inevitable. Do you have other better solutions? The requirement is here in this comment openshift/console#10486 (comment).

@nicolethoen nicolethoen merged commit 4aeb763 into patternfly:main Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Log Viewer text selection behavior
5 participants