Open
Bug 1947979
Opened 25 days ago
Updated 10 days ago
www.shazam.com - Unnecessary scrollbar under the album name
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Score:1, Webcompat Priority:P3, firefox135 affected, firefox136 affected, firefox137 affected)
ASSIGNED
People
(Reporter: rbucata, Assigned: twisniewski)
References
(Depends on 1 open bug, )
Details
(4 keywords, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:minor-visual configuration:general affects:all branch:release user-impact-score:20
Attachments
(2 files)
Environment:
Operating system: Windows 10
Firefox version: Firefox stable
Steps to reproduce:
- Navigate to: https://www.shazam.com/song/1678276312/a-feeling
- Scroll the page and observe the area under the album name
Expected Behavior:
No scrollbar is present
Actual Behavior:
Unnecessary scrollbar under the album name
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/148320
Reporter | ||
Comment 1•25 days ago
|
||
Reporter | ||
Updated•25 days ago
|
status-firefox135:
--- → affected
status-firefox137:
--- → affected
Comment 2•25 days ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
status-firefox136:
--- → affected
![]() |
||
Comment 3•25 days ago
|
||
The site uses non standard css pseudo element.
.MedialistInner-module_overflowable__mgAx-::-webkit-scrollbar {
display: none;
}
Updated•20 days ago
|
Severity: -- → S4
User Story: (updated)
Webcompat Priority: --- → P3
Webcompat Score: --- → 3
Depends on: 1886138
Keywords: webcompat:needs-sitepatch,
webcompat:platform-bug
Priority: -- → P3
Assignee | ||
Updated•14 days ago
|
Keywords: leave-open
Assignee | ||
Comment 4•14 days ago
|
||
Updated•14 days ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b401fda92b8
add a CSS intervention to hide superfluous scrollbars on shazam.com/songs; r=denschub,webcompat-reviewers
Comment 6•12 days ago
|
||
Backed out for causing failures at browser_interventions.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/a5f31fde35ddbb02b23fc5aef0f9d4df2bd6214b
Failure log: https://treeherder.mozilla.org/logviewer?job_id=496740708&repo=autoland&lineNumber=11514
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/996a467cb9c3
add a CSS intervention to hide superfluous scrollbars on shazam.com/songs; r=denschub,webcompat-reviewers
Backout by agoloman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2e6a6f572f06
Backed out 10 changesets (bug 1947979, bug 1845299, bug 1926506, bug 1950053, bug 1925937, bug 1947105, bug 1948817, bug 1948047, bug 1948723, bug 1950100) for causing wd failures @set.py. CLOSED TREE
Pushed by agoloman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ef52841c0678
add a CSS intervention to hide superfluous scrollbars on shazam.com/songs; r=denschub,webcompat-reviewers
Comment 10•11 days ago
|
||
bugherder |
Assignee | ||
Updated•11 days ago
|
Keywords: webcompat:needs-sitepatch → webcompat:sitepatch-applied
Updated•10 days ago
|
Webcompat Score: 3 → 1
You need to log in
before you can comment on or make changes to this bug.
Description
•