Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.hawkeyeinnovations.com - site is not usable #17525

Closed
darkerthan-black opened this issue Jul 1, 2018 · 5 comments
Closed

www.hawkeyeinnovations.com - site is not usable #17525

darkerthan-black opened this issue Jul 1, 2018 · 5 comments
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. status-first-contact type-css Generic CSS issues
Milestone

Comments

@darkerthan-black
Copy link

URL: https://www.hawkeyeinnovations.com/index.html

Browser / Version: Firefox Mobile 62.0
Operating System: Android 8.0.0
Tested Another Browser: Yes

Problem type: Site is not usable
Description: scrolling page is not working.
Steps to Reproduce:
scroll the site.

From webcompat.com with ❤️

@softvision-oana-arbuzov
Copy link
Member

Thanks for the report @darkerthan-black, I was able to reproduce the issue.
The issue is not reproducible on Chrome.

Tested with:
Browser / Version: Firefox Nightly 63.0a1 (2018-07-01)
Operating System: Huawei P10 (Android 7.0) - 1080 x 1920 pixels (~432 ppi pixel density), Samsung Galaxy S7 Edge (Android 7.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)

Fix suggestion: Removing overflow: -moz-scrollbars-none; or by adding overflow-y: scroll; the page becomes scrollable.

body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

@karlcow could you confirm this?
Moving to Needsdiagnosis for further investigation.

@karlcow
Copy link
Member

karlcow commented Jul 5, 2018

yes @softvision-oana-arbuzov your diagnostic is correct. Thanks! Moving to needscontact

@adamopenweb
Copy link
Collaborator

Reaching out to webenquiry@hawkeyeinnovations.com

@adamopenweb adamopenweb modified the milestones: needscontact, sitewait Jul 10, 2018
@adamopenweb adamopenweb added severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. priority-normal type-css Generic CSS issues and removed priority-important labels Jul 10, 2018
@karlcow
Copy link
Member

karlcow commented Aug 6, 2018

created https://bugzilla.mozilla.org/show_bug.cgi?id=1481125 to track the overflow: -moz-scrollbars-none; issues

@miketaylr miketaylr added the engine-gecko The browser uses the Gecko rendering engine label Apr 30, 2019
@cipriansv cipriansv modified the milestones: sitewait, fixed Jun 11, 2019
@cipriansv
Copy link

After retesting the issue I confirm that the issue has been fixed. I am able to scroll the page.

scroll

Tested with:
Browser / Version: Firefox Nightly 68.0a1 (2019-06-10), Firefox Fenix (Preview) 1.0.1923
Operating System: Huawei P10 (Android 8.0) - 1080 x 1920 pixels (~432 ppi pixel density)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. status-first-contact type-css Generic CSS issues
Projects
None yet
Development

No branches or pull requests

7 participants