Open
Bug 1714747
Opened 4 years ago
Updated 1 month ago
truncate long data: string
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: williamzijl7, Unassigned)
Details
Attachments
(1 file)
|
7.78 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Trying to solve a little CSP problem with mozilla.com(see https://github.com/darkreader/darkreader/pull/5963) and thereby using base64'ed image/svg+xml as a solution. I got stumbled on the inspector showing me this insane long string.
Actual results:
- Open up long.html.
- Whip out the inspector.
- Select the
divelement. - Observe that the insane long string is not being truncated.
Expected results:
- Open up long.html.
- Whip out the inspector.
- Select the
divelement. - Observe that the string is being truncated and don't make it insane long to scroll to other CSSrules for this element.
I got used to seeing truncated strings back when I actually used the chromium's developer tools.
| Reporter | ||
Updated•4 years ago
|
Component: Untriaged → Inspector: Rules
Product: Firefox → DevTools
Updated•1 month ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•