Skip to content

Conversation

@gurasinghMS
Copy link
Contributor

@gurasinghMS gurasinghMS commented Nov 26, 2025

@mattkur had pointed out that when copying several line of table data from the log viewer it didn't place nicely with teams.
Investigated the root cause for this and found that the virtualized table was rendering each row as a separate table. Turns out when we copy, the browser will also copy the HTML formatting as part of the rich text which gets pasted in teams. Because teams will then treat these as separate tables, the paste will appear funky.
Moved the "table" tag out of the virtualizer so that each row is just a "tr" now. Pasting in teams seems to work now test paste looks like:
image
Also increased overscan for the log viewer to 300 rows. While you still can't copy all the data in one go, copying up to 300 rows at once should be sufficient

Copilot AI review requested due to automatic review settings November 26, 2025 06:55
@gurasinghMS gurasinghMS requested a review from a team as a code owner November 26, 2025 06:55
Copilot finished reviewing on behalf of gurasinghMS November 26, 2025 06:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions
Copy link

@github-actions
Copy link

@gurasinghMS gurasinghMS changed the title logview_new: Fixed copying table data logview_new: fixed copying table data Dec 2, 2025
@gurasinghMS gurasinghMS enabled auto-merge (squash) December 2, 2025 19:50
@gurasinghMS gurasinghMS merged commit 655fa48 into microsoft:main Dec 2, 2025
80 of 82 checks passed
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.

2 participants