Scroll Bar Not Showing on Windows 11
Categories
(Core :: Widget: Win32, defect, P3)
Tracking
()
People
(Reporter: hitesh.v.verma, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
Steps to reproduce:
If we go to a website, the scroll bar (vertical and horizontal) disappears, after a certain time in some situations
website : http://den00qps.us.oracle.com:7080/faces-12c/faces/components/table.jspx;jsessionid=12bzy9jojqy82
Note this is an intermediate issue, and it reproduces when the window is re-sized
Actual results:
Scroll bar disappears after a certain time
For new version of firefox (<96)
This issue does not reproduce in other browsers like : Chrome and Edge
While inspecting the HTML Dom code, I found out that the 'overflow' is set to 'hidden'
if I set that to 'auto' or 'scroll' it fixes the issue
On thing to note, is that the same DOM elements (with overflow: hidden) are present in the older version of Firefox (~95) but their it works.
So something changed in the latest version.
Expected results:
Scroll Bar should not disappear
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Win32' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•4 years ago
|
||
Something seems off here. Overflow hidden has never produced scroll bars and it shouldn't in chrome or edge either.
Comment 3•4 years ago
|
||
Could you run mozregression to see when this started happening?
A number of Firefox versions will open in succession to narrow down when this started occurring. Simply answer "good" or "bad" based on whether or not a build reproduces the bug. Once finished, please post the output from the last run. It should give a last good and first bad revision as well as a link to look at the changesets in that range. Thank you!
Comment 4•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Description
•