Preview isn't pre-formatting whitespace
Categories
(DevTools :: Console, defect, P4)
Tracking
(firefox74 fixed)
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: Harald, Assigned: samarsault, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(3 files)
STR: Type " ".padStart(10, " ") in Console.
AR: " " in preview, 10-character " " in executed output.
ER: 10-character " " in both
(TIL: Code preview in bugzilla also isn't formatting whitespace correctly.)
| Reporter | ||
Comment 1•1 year ago
|
||
Good first bug as this fix should be CSS only.
Comment 2•1 year ago
|
||
I want to take this issue
Comment 3•1 year ago
|
||
Hello Pranav, that's nice of you to ask, but this is tagged as a good-first-bug, and you are already assigned to a few bugs.
Let's keep this one for other contributors :)
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Thanks Samarjeet,
The bug is yours :)
You can read how to setup the work environment on https://docs.firefox-dev.tools/getting-started/
I also recommend you to use the Browser Toolbox (https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox) to debug this issue; it's like devtools for devtools, so you'd be able to check if it's indeed a CSS issue.
Let us know what you find!
Updated•1 year ago
|
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7554cfe059b4 Don't pre-format whitespace in Console eager evaluation. r=nchevobbe.
Comment 9•1 year ago
|
||
| bugherder | ||
Description
•