Closed
Bug 1616343
Opened 5 years ago
Closed 5 years ago
Align Eager Evaluation vertical spacing to console message spacing
Categories
(DevTools :: Console, enhancement, P2)
DevTools
Console
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: fvsch, Assigned: fvsch)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file)
Currently:
- Console messages are 20px tall (excluding borders), with 3px of vertical padding and a 14px line-height
- Eager evaluation has no top padding (so it appears quite close to the input) and its line-height is
calc(14 / 11 * 10)
≅ 12.73px
I propose making the eager-evaluation-result closer in spacing to console messages, so that when hitting Enter there's less of a jump between the eager and message output.
Assignee | ||
Updated•5 years ago
|
Blocks: console-instant-eval
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → florens
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9127374 -
Attachment description: Bug 1616343 - Align Eager Evaluation vertical spacing to console message spacing; r=nchevobbe → Bug 1616343 - Align EagerEvaluation vertical spacing to message spacing; r=nchevobbe
Updated•5 years ago
|
Priority: -- → P2
Pushed by florens@fvsch.com:
https://hg.mozilla.org/integration/autoland/rev/f641076947bb
Align EagerEvaluation vertical spacing to message spacing; r=nchevobbe
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•