Responsive design mode device list shows no scrollbar to view all the devices
Categories
(DevTools :: Responsive Design Mode, defect, P3)
Tracking
(firefox135 verified)
Tracking | Status | |
---|---|---|
firefox135 | --- | verified |
People
(Reporter: xpresskaran98, Assigned: xpresskaran98)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0
Steps to reproduce:
Here are the steps to reproduce:
- Hit Ctrl + Shift + M to open
Responsive device mode
- Open device list
- If you don't have the large number of devices, then enter
Edit List
and add them - After adding again, open the device list
- If you don't have the large number of devices, then enter
Actual results:
Actual:
Not able to see all the devices which I have added from the device list.
Expected results:
Expected:
There should be a scrollbar so that I can see all the devices, means it's an issue with the styling of devices menu.
Assignee | ||
Updated•8 months ago
|
Comment 1•8 months ago
|
||
Thanks for reporting the issue, I can reproduce it
Assignee | ||
Comment 2•8 months ago
|
||
Hi, I'd like to contribute by fixing this issue. Is there any specific approach you'd recommend?
Comment 3•8 months ago
|
||
(In reply to Karan Yadav from comment #2)
Hi, I'd like to contribute by fixing this issue. Is there any specific approach you'd recommend?
Thanks for offering help :)
If this is the first time you're contributing to Firefox, you need to follow https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html to setup the work environment.
Then for this specific issue, you can use the Browser Toolbox (https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html) to be able to inspect Firefox UI. Since the device select is a tooltip, you should check the "Disable popup autohide" in the …
menu.
You can then inspect the element you want to work on, see what's missing and try things in the Rules view.
Let me know if you have any questions :)
Assignee | ||
Comment 4•8 months ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #3)
(In reply to Karan Yadav from comment #2)
Hi, I'd like to contribute by fixing this issue. Is there any specific approach you'd recommend?
Thanks for offering help :)
If this is the first time you're contributing to Firefox, you need to follow https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html to setup the work environment.
Then for this specific issue, you can use the Browser Toolbox (https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html) to be able to inspect Firefox UI. Since the device select is a tooltip, you should check the "Disable popup autohide" in the…
menu.
You can then inspect the element you want to work on, see what's missing and try things in the Rules view.Let me know if you have any questions :)
Thank you for the detailed instructions and helpful links!
I’ve set up my development environment as per the contribution guide and started exploring the issue using the Browser Toolbox. The tip about disabling popup autohide was particularly useful—thanks for pointing that out! I'll inspect the relevant elements and test potential fixes in the Rules view.
I’ll post an update soon with my findings or any questions I encounter along the way.
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 5•8 months ago
|
||
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 6•8 months ago
|
||
Updated•8 months ago
|
Comment 8•7 months ago
|
||
bugherder |
Updated•7 months ago
|
Comment 9•7 months ago
|
||
I was able to reproduce the issue on an affected Firefox Nightly 134.0a1 from 2024-11-20, using Ubuntu 22.04, while following the steps from Comment 0.
Verified as fixed on Firefox 135.0b2 using Windows 11, macOS 13.6 and Ubuntu 22.04. Responsive design mode device list shows a scrollbar to view all the devices.
Description
•