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(trace-viewer): fix ui issue on network request details #32553

Merged

Conversation

morenyang
Copy link
Contributor

Fixes #32552

fixes can not show full body in network request details when response have multiple line, and fixes the scrollbar display issue in request details.

Fixes microsoft#32552

This comment has been minimized.

user-select: text;
line-height: 24px;
margin-left: 10px;
padding-left: 10px;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
padding-left: 10px;
margin-left: 10px;

Copy link
Member

@mxschmitt mxschmitt Sep 12, 2024

Choose a reason for hiding this comment

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

I reverted this for now. While it seems like an issue (double spacing) its unrelated to the actual issue we are fixing here. Happy to see a follow-up there.

@mxschmitt mxschmitt merged commit 6a0009f into microsoft:main Sep 12, 2024
26 of 29 checks passed
mxschmitt added a commit that referenced this pull request Sep 12, 2024
Copy link
Contributor

Test results for "tests 1"

2 failed
❌ [installation tests] › playwright-electron-should-work.spec.ts:44:5 › should work when wrapped inside @playwright/test and trace is enabled
❌ [playwright-test] › babel.spec.ts:135:5 › should not transform external

1 flaky ⚠️ [chromium-library] › library/page-clock.spec.ts:343:3 › popup › should not run time before popup on pause

31611 passed, 584 skipped
✔️✔️✔️

Merge workflow run.

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.

[Bug]: broken UI while showing network response body
2 participants