about:memory Process Index lower part not accessible
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: mozsupport2019, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0
Steps to reproduce:
have a Firefox with a considerable number of tabs (different sites) open.
open a tab and go to about:memory
click "Measure" button
Actual results:
resulting report has a sidebar containing "Filter" and "Process Index". Scrollbar of whole page does not move Process Index, therefore only the first lines of the list are visible (number depending on window size)
This is due to aboutMemory.css line 57 div.sidebarContents { position: sticky;
Expected results:
Either the scrollbar on the right of the page also moves the process list until its bottom is visible or (probably better) process list is an area only as high as fits on the screen and has a separate scrollbar allowing to navigate to the lower part of the list.
In any case, it should be possible to access all processes/links somehow.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Description
•