Open
Bug 1681423
Opened 5 years ago
Updated 4 months ago
Console should allow to get the full text of a long URL
Categories
(DevTools :: Console, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: qian, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0
Steps to reproduce:
Compare the console output of the following two expressions:
1. console.log('http://example.com/' + 'a'.repeat(1000));
2. console.log('a'.repeat(1000));
Actual results:
Output of #1 is truncated. Output of #2 is not.
Expected results:
Would like an option to show the full URL text other than hover, so for example I can select and copy a particular parameter from the URL.
Related: https://bugzilla.mozilla.org/show_bug.cgi?id=1310630
| Reporter | ||
Updated•5 years ago
|
Component: Untriaged → Console
Product: Firefox → DevTools
Updated•4 months ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•