Closed
Bug 1660032
Opened 4 years ago
Closed 4 years ago
Make the execution context popup scrollable
Categories
(DevTools :: General, enhancement)
DevTools
General
Tracking
(Fission Milestone:M6c, firefox82 fixed)
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Today, if we open the browser toolbox and the execution context while having a few content processes, the context gets shrinked like the attachment.
We should mitigate that somehow.
Assignee | ||
Comment 1•4 years ago
|
||
I had to put it in toolbox.css as it wasn't working from EvaluationContextSelector.css.
I imagine that's because the context DOM element are actually in toolbox document rather than the console one.
Also, React must be re-creating all DOM elements anytime there is an update
as you can see the list scroll up, everytime there is an update.
We should probably have a look at that as well.
Updated•4 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c8c45320ddaf
Make the JS Context selector scrollable. r=jdescottes,nchevobbe
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Assignee | ||
Updated•4 years ago
|
Fission Milestone: --- → M6c
You need to log in
before you can comment on or make changes to this bug.
Description
•