dvcreservations.com - Unable to scroll
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P3, Webcompat Score:1)
People
(Reporter: railioaie, Assigned: twisniewski)
References
()
Details
(Keywords: webcompat:site-report, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:android impact:site-broken configuration:general affects:all branch:release diagnosis-team:dom user-impact-score:100
Attachments
(1 file)
Environment:
Operating system: Android 12
Firefox version: Firefox Mobile 138.0
Preconditions:
Clean profile
Steps to reproduce:
- Navigate to: https://dvcreservations.com/rarefinds.php
- Scroll down
Expected Behavior:
The page is scrolling down
Actual Behavior:
Unable to scroll
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/151834
Updated•4 months ago
|
Updated•4 months ago
|
Comment 1•2 months ago
|
||
This is a library bug.
The site uses jQuery.nicescroll 3.1.0: https://dvcreservations.com/assets/js/jquery.nicescroll.min.js
//## Firefox 18 nightly build (desktop) false positive (or desktop with touch support)
if (cap.cantouch&&cap.ismozilla&&!cap.isios) {
this.istouchcapable = true;
cap.cantouch = false; // parse normal desktop events
}
And then it enters this branch: https://github.com/inuyaksa/jquery.nicescroll/blob/28d5d2ca376ae81ae8af997e0d913c6054a7515f/jquery.nicescroll.js#L620
... where it sets overflow: hidden
to the top level html element.
The intervention would be to pretend it's iOS.
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
Comment 4•1 month ago
|
||
bugherder |
Assignee | ||
Updated•1 month ago
|
Updated•1 month ago
|
Assignee | ||
Comment 5•11 days ago
|
||
I can scroll on the page now whether or not our intervention is active, so we should be able to remove the intervention.
Comment 6•10 days ago
|
||
Huh, what I didn't catch in comment #1 is c.ismozilla = 'MozAppearance' in e.style;
. This is fixed by bug 1977489.
Comment 7•4 days ago
|
||
This seems fixed on the latest Nightly. Leaving this open since there is an intervention in place (works regardless of the status of the intervention).
Description
•