Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WebProfilerBundle] Fix AJAX requests info are truncated in the WDT#46507
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
tucksaun commentedMay 31, 2022
looks a good plan@javiereguiluz 👌 Regarding a best solution: in#46495 you mention having the full URL as a title to be able to have it shown by hovering it. symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig Line 223 inf4361fb
|
nicolas-grekas commentedMay 31, 2022
Thank you@tucksaun. |
ghost commentedMay 31, 2022
@nicolas-grekas The issue is that this might be a patch solution I am afraid. You can see it here, |
At some point (I guess during the WDT redesign,#15160), something changed making the AJAX request table in the WDT just a little bit larger.

This causes the requests to be truncated when the URL is too long:
This PR fixes this by increasing the max-width of the WDT info panel to 525px:

We could reduce the width of the request table to fit in, but 525px seems reasonable enough nowadays and provides more information about the URL.