Closed Bug 1480037 Opened 6 years ago Closed 2 years ago

Washington Post article cannot be scrolled

Categories

(Web Compatibility :: Site Reports, defect, P1)

Firefox 62
Unspecified
Android
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: abovens, Unassigned)

References

Details

(Keywords: webcompat:site-wait, Whiteboard: [geckoview:p2] [sitewait])

1. Go to https://www.washingtonpost.com/news/worldviews/wp/2018/07/31/malaysian-aviation-chief-resigns-after-investigation-found-someone-veered-mh370-off-course/?utm_term=.52174a6e83b8 and accept the cookie policy notice
2. Wait until the full article is loaded
3. Try to scroll the article

Expected:
Article can be scrolled

Actual result:
Article cannot be scrolled: issue occurs in GeckoView-powered Focus and Fennec
Works fine on desktop.
Adam is this a webcompat issue?
Flags: needinfo?(astevenson)
Looks like it, I can reproduce the issue in Firefox Android 61 and in RDM with a mobile UA set. But doesn't reproduce in Chrome mobile.

The HTML element has `overflow: -moz-scrollbars-none;` set on it.

In https://www.washingtonpost.com/pb/gr/ro/default-article/r1t1r92QE2TKYq/css/0ee1f57dc9.css?_=c3ee5

@media only screen and (max-width:767px) {
 ::-webkit-scrollbar {
  display:none
 }
 html {
  overflow:-moz-scrollbars-none
 }

We should reach out to them. Setting as needscontact and leaving NI for myself.
Component: GeckoView → Mobile
Product: Firefox for Android → Tech Evangelism
Whiteboard: [geckoview:p1] → [geckoview:p1] [needscontact]
Dropping GeckoView priority from [geckoview:p1] to [geckoview:p2] because this evangelism bug does not block Focus+GV release.
OS: Unspecified → Android
Whiteboard: [geckoview:p1] [needscontact] → [geckoview:p2] [needscontact]
See Also: → 1481125
Barbara has a contact at WaPo. They have raised the issue internally.
Flags: needinfo?(astevenson)
Whiteboard: [geckoview:p2] [needscontact] → [geckoview:p2] [sitewait]
Product: Tech Evangelism → Web Compatibility

See bug 1547409. Moving webcompat whiteboard tags to keywords.

The issue has been fixed and it is no longer reproducible. I was able to scroll toward the end of the article, with no issues encountered:

https://prnt.sc/aHU-t45O0bd_

Tested with:

Browser / Version: Firefox Nightly 100.0a1 (2015870571 -🦎100.0a1-20220323094932🦎)
Operating System: Samsung A51 (Android 11) -1080 × 2400 pixels 20:9 aspect ratio (~405 ppi density)
Operating System: Google Pixel 3 (Android 12) -1080 x 2160 pixels, 18:9 ratio (~443 ppi density)

Closing the issue as FIXED.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Component: Mobile → Site Reports
You need to log in before you can comment on or make changes to this bug.