Closed
Bug 1849127
Opened 1 year ago
Closed 1 year ago
Firefox view scrollbar is hidden after entering fullscreen
Categories
(Firefox :: Firefox View, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1849195
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox116 | --- | unaffected |
firefox117 | --- | unaffected |
firefox118 | --- | affected |
People
(Reporter: atrif, Assigned: mkaply)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-firefox-view] )
Found in
- 118.0a1 (20230816215210)
Affected versions
- 118.0a1 (20230816215210)
Tested platforms
- Affected platforms: Windows 10x64, Windows 10x86
- Unaffected platforms: macOS 12, Ubuntu 22
Preconditions
- browser.tabs.firefox-view-next: true
- History saved inside Firefox
Steps to reproduce
- Open Firefox View and enter fullscreen.
- Click on History and observe the scroll bar.
Expected result
- Only one scroll bar is displayed.
Actual result
- The scrollbar for history items is hidden. A total of two vertical and one horizontal scrollbars are displayed.
Regression range
- Last good revision: 02894ef3b6a83786a858970ffab93df460104f05
First bad revision: 227599b3bc1767c97e843dcd92df60363e4fc4e6
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=02894ef3b6a83786a858970ffab93df460104f05&tochange=227599b3bc1767c97e843dcd92df60363e4fc4e6
Additional notes
- Attached a screen recording (Mozilla): link
Updated•1 year ago
|
Comment 1•1 year ago
|
||
:mkaply, since you are the author of the regressor, bug 1845470, could you take a look?
For more information, please visit BugBot documentation.
Flags: needinfo?(mozilla)
Assignee | ||
Comment 2•1 year ago
|
||
So there are two separate issues here (both caused by the same patch).
- overflow-y: auto; causes the scrollbar to disappear in fullscreen.
- width: 100%; causes a horizontal scrollbar to appear in fullscreen.
Maybe my Javascript way wasn't so bad :).
Flags: needinfo?(mozilla) → needinfo?(kcochrane)
Comment 3•1 year ago
•
|
||
Should add overflow: hidden;
on :root
and remove width: 100%;
on #pages
in firefoxview-next.css
Flags: needinfo?(kcochrane)
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mozilla
Assignee | ||
Comment 4•1 year ago
|
||
I'm going to dupe this forward as another bug has a lot more detail.
Thanks for the report!
You need to log in
before you can comment on or make changes to this bug.
Description
•