Closed Bug 1849127 Opened 10 months ago Closed 10 months ago

Firefox view scrollbar is hidden after entering fullscreen

Categories

(Firefox :: Firefox View, defect)

Firefox 118
Desktop
Windows
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

  1. Open Firefox View and enter fullscreen.
  2. 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

Additional notes

  • Attached a screen recording (Mozilla): link

: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)

So there are two separate issues here (both caused by the same patch).

  1. overflow-y: auto; causes the scrollbar to disappear in fullscreen.
  2. width: 100%; causes a horizontal scrollbar to appear in fullscreen.

Maybe my Javascript way wasn't so bad :).

Flags: needinfo?(mozilla) → needinfo?(kcochrane)

Should add overflow: hidden; on :root and remove width: 100%; on #pages in firefoxview-next.css

Flags: needinfo?(kcochrane)
Assignee: nobody → mozilla

I'm going to dupe this forward as another bug has a lot more detail.

Thanks for the report!

Status: NEW → RESOLVED
Closed: 10 months ago
Duplicate of bug: 1849195
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.