Firefox doesn't always allow scrolling
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
People
(Reporter: erwinm, Unassigned)
Details
Attachments
(1 file)
|
199.31 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
-
Set a minimum font size of 20 point Andika
Actual results:
- The table and some tooltps stretch off the bottom of the screen, and there's no way to scroll to them.
Expected results:
- When a page doesn't fit in the window, Firefox should show a scrollbar, and allow users to scroll.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Cocoa' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
Seems like that is how the website has decided to lay itself out, are you seeing anything different in other browsers?
The same bug occurs in Safari. But it still seems like a bug in determining the appropriate size and determining if the browser window needs a scrollbar.
Comment 4•1 year ago
|
||
If the problem happens in Safari then the bug probably lies with the site itself. It uses height 100 vh and position fixed, so it seems like it is trying to create a page layout that fits in the browser window without scrollbars. If there is some further information that I've missed that points out a Firefox bug please re-open.
Description
•