-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Frontend] Fix cannot copy logs in LogViewer when scrolling #2370
[Frontend] Fix cannot copy logs in LogViewer when scrolling #2370
Conversation
Didn't add related tests for this, because our test infra doesn't run tests in a real browser. Features added here cannot be tested in js dom simulated environment. |
@jingzhang36 Can you help me review? |
/lgtm |
…; Changed snapshots to mount + getDOMNode to be invariant to internal refactoring
@jingzhang36 I updated to fix snapshot tests. Can you relgtm again? |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes:
1000400 lines of extra logs above and below visible part now. (so we can select more logs)Fixes #1508
DEMO: https://drive.google.com/file/d/1jTg0mztuT0_Vq2lkRlQnjS0i8PEP3vdo/view
Ask for review about the solution. When it sounds good, I will add tests and tidy up code.
/area front-end
/kind bug
This change is