Open
Bug 1385145
Opened 8 years ago
Updated 3 years ago
Firefox incorrectly displays scrollbars in responsive mode
Categories
(DevTools :: Responsive Design Mode, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: maher_rj, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rdm-reserve])
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Steps to reproduce:
Load the attached file in Firefox on Windows.
Use developer tools -> responsive design mode
Actual results:
Scrollbars are still displayed.
See: https://stackoverflow.com/questions/45303245/remove-scrollbars-firefox-desktop
Expected results:
They should be invisible as they are on Android Galaxy S7.
I argue that they should also be invisible out of responsive design mode but that's another issue.
Can't design with spurious scrollbars in the way.
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Responsive Design Mode
Thanks for the report! I agree the scrollbars are confusing here, and we should try to hide them in RDM.
Reporter | ||
Comment 2•8 years ago
|
||
I think this really is more than just a Dev Tools issue.
Here is a better example: -
https://hypocampus.applications.uwa.edu.au/travelmanager.html
With Chrome, Opera, and Samsung Browser there are *NO* scrollbars but on Firefox there are. Why?
All source and aaa_readme.txt can be found here: -
https://drive.google.com/open?id=0B7Rmd3Rn8_hDNW1zSWRoXzBTclU
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 3•7 years ago
|
||
Another example :
Create a web page with a div element having overflow-x: auto.
Put in the div a table with enouth columns to get the horizontal scrollbar displayed.
Open a new Firefox window. Adjust the window size to 1280px x 566px (without using the responsive design mode).
Result : the horizontal scrollbar is visible.
Open a new Firefox window.
Simulate the client size to 1280px width x 566px height with the responsive design mode.
Open the page.
Result : the horizontal scrollbar is hidden.
status-firefox57:
fix-optional → ---
Updated•6 years ago
|
Whiteboard: [rdm-mvp]
Comment 4•6 years ago
|
||
I just took a look at this and I can't reproduce it -- on macOS. Is this still occurring for you, and if so would you please take a screenshot of the problem? If it's still occurring for you, we may need to mark this as a platform-specific bug.
Flags: needinfo?(maher_rj)
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Whiteboard: [rdm-mvp]
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
You marked the bug as resolved but for me it is absolutlely not resolved. See the capture of the comment #7.
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•6 years ago
|
Whiteboard: [rdm-mvp]
Updated•6 years ago
|
Status: REOPENED → NEW
Updated•6 years ago
|
Priority: P2 → P3
Whiteboard: [rdm-mvp] → [rdm-reserve]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•