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

[Bug]: broken UI while showing network response body #32552

Closed
morenyang opened this issue Sep 11, 2024 · 1 comment · Fixed by #32553
Closed

[Bug]: broken UI while showing network response body #32552

morenyang opened this issue Sep 11, 2024 · 1 comment · Fixed by #32553
Assignees
Labels

Comments

@morenyang
Copy link
Contributor

Version

1.47.0

Steps to reproduce

  1. Run any test with http request and have multiple lines of response
  2. Select the "network" tab, click the request, and then select the "Body" tab

Expected behavior

I should see the "Body" tab fill with tab content

Actual behavior

I only see the first row of body

image

Additional context

No response

Environment

System:
    OS: Windows 11 10.0.22631
    CPU: (12) x64 Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz
    Memory: 3.73 GB / 31.72 GB
  Binaries:
    Node: 20.9.0 - C:\Program Files\nodejs\node.EXE
    npm: 10.8.1 - C:\Program Files\nodejs\npm.CMD
    pnpm: 8.10.2 - C:\Program Files\nodejs\pnpm.CMD
  Languages:
    Bash: 5.2.26 - C:\Windows\system32\bash.EXE
@morenyang
Copy link
Contributor Author

Maybe I can submit a PR to fix this issue

morenyang added a commit to morenyang/playwright that referenced this issue Sep 11, 2024
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
@dgozman dgozman added the v1.47 label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants