Closed
Bug 1407770
Opened 8 years ago
Closed 6 years ago
Activity Stream: permanent visible vertical scroll bar
Categories
(Firefox :: New Tab Page, defect, P4)
Tracking
()
RESOLVED
DUPLICATE
of bug 1466888
People
(Reporter: wip.the.gruik, Unassigned)
References
Details
Attachments
(1 file)
72.55 KB,
image/jpeg
|
Details |
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171011100133
Steps to reproduce:
- start Firefox with a new profile
- create a new tab
- optional: on small-resolution screen, remove some components using "New Tab Preferences"
Actual results:
there is a permanently visible but disabled vertical scroll bar on the left of the window
Expected results:
there should not be any scroll bar if not needed
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → affected
Updated•8 years ago
|
Updated•8 years ago
|
Updated•7 years ago
|
Assignee: nobody → shikhar9a
Updated•7 years ago
|
Updated•7 years ago
|
Assignee: shikhar9a → nobody
the solution has already been pointed out in "duplicate" bug 1418515 -- why does this keep getting pushed back?
Flags: needinfo?(edilee)
Comment 3•7 years ago
|
||
Because it's unclear if the fix regresses other bugs, e.g., bug 1400920
https://github.com/mozilla/activity-stream/pull/3950#issuecomment-359193323
Flags: needinfo?(edilee)
See Also: → 1400920
Comment 5•7 years ago
|
||
Potentially a fix is to position the page content independent of whether there's a scrollbar or not. The main thing on the right edge is the pref gear, which could probably just shift over a little? Or perhaps allow the gear to shift when a scrollbar appears but the rest of the page content somehow stays fixed when the scrollbar appears/disappears.
Updated•7 years ago
|
Priority: P5 → P4
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment 9•6 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #7)
Wouldn't it be possible to use overflow: hidden; until the page is fully loaded ?
Let me clarify. Why can't we hide the scrollbar until the page is loaded and use overflow: auto; (display the scrollbar as needed) when the page is loaded ?
Would solve bug 1400920 and this too.
Comment hidden (me-too) |
Comment 11•6 years ago
|
||
I don't mean to annoy or waste anyone's time, just coming back to this one because it's highly visible to users (especially if they have a dark theme on Windows). To anyone reading this, if you're too busy to take this bug, can you ask someone else that might want to get this fixed? It's been open for too long considering how visible it is to users
Assignee | ||
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
Comment 12•6 years ago
|
||
This is fixed for me on 69.0b12, anyone else?
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•