I noticed this while fixing #6144.
When we fail to fetch the source code of a url and the error overlay is shown in the bottom box, a very long file URL breaks the error layout. Generated JS bundles (for example Google's url in this example below) can have URLs that are thousands of characters long with no natural break points.
Here's an example profile: https://share.firefox.dev/4p4HoPz
This is how it looks currently:
Ideally the error should stay in the error overlay bounds and should be shortened if necessary.
┆Issue is synchronized with this Jira Task
I noticed this while fixing #6144.
When we fail to fetch the source code of a url and the error overlay is shown in the bottom box, a very long file URL breaks the error layout. Generated JS bundles (for example Google's url in this example below) can have URLs that are thousands of characters long with no natural break points.
Here's an example profile: https://share.firefox.dev/4p4HoPz
This is how it looks currently:
Ideally the error should stay in the error overlay bounds and should be shortened if necessary.
┆Issue is synchronized with this Jira Task