Closed
Bug 1622820
Opened 5 years ago
Closed 5 years ago
Evaluation Context selector button shouldn't stretch
Categories
(DevTools :: Console, defect, P1)
DevTools
Console
Tracking
(Fission Milestone:M6, firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(2 files)
Steps to reproduce
- Open the browser toolbox with the context selector pref on
- Hit Shift + Enter multiple times to make the input taller
Expected results
Context selector button stays the same
Actual results
Context selector button grows (see screenshot)
Updated•5 years ago
|
Summary: Evlauation Context selector button shouldn't stretch → Evaluation Context selector button shouldn't stretch
Comment 1•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: P2 → P1
Assignee | ||
Comment 2•5 years ago
|
||
The button was stretching vertically as the console input grew,
which looked weird.
This is fixed by aligning the item of the container differently
and adjusting padding and margins in order to properly aligh
the context selector and the editor switch button.
We take this as an opportunity to set a max width on the button,
since it could be quite large if the context name is long.
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fb47d4641845 Fix evaluation context selector button UI. r=jlast.
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
Updated•5 years ago
|
QA Whiteboard: [qa-76b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•