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.sleeper.scot - Drop-down menu keeps being dismissed #33583

Closed
webcompat-bot opened this issue Jun 25, 2019 · 4 comments
Closed

www.sleeper.scot - Drop-down menu keeps being dismissed #33583

webcompat-bot opened this issue Jun 25, 2019 · 4 comments
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. type-js Generic JS issues
Milestone

Comments

@webcompat-bot
Copy link

URL: https://www.sleeper.scot/

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

Problem type: Site is not usable
Description: Dropbown boxes only work once
Steps to Reproduce:
Select either an option in either From or To and you then cannot select a option in the other box. Selection pops open then closes straight away.
Screenshot Description

Browser Configuration
  • mixed active content blocked: false
  • image.mem.shared: true
  • buildID: 20190617221408
  • tracking content blocked: true (basic)
  • gfx.webrender.blob-images: true
  • hasTouchScreen: true
  • mixed passive content blocked: false
  • hasFastClick: true
  • gfx.webrender.enabled: false
  • gfx.webrender.all: false
  • channel: beta

Console Messages:

[u'[JavaScript Warning: "The resource at https://ws.sharethis.com/button/st_insights.js?publisher=4d48b7c5-0ae3-43d4-bfbe-3ff8c17a8ae6&product=simpleshare was blocked because content blocking is enabled." {file: "https://www.sleeper.scot/" line: 0}]', u'[JavaScript Warning: "The resource at https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6 was blocked because content blocking is enabled." {file: "https://www.sleeper.scot/" line: 0}]', u'[JavaScript Warning: "The resource at https://ws.sharethis.com/button/st_insights.js?publisher=4d48b7c5-0ae3-43d4-bfbe-3ff8c17a8ae6&product=simpleshare was blocked because content blocking is enabled." {file: "https://www.sleeper.scot/" line: 0}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://ws.sharethis.com/button/st_insights.js?publisher=4d48b7c5-0ae3-43d4-bfbe-3ff8c17a8ae6&product=simpleshare." {file: "https://www.sleeper.scot/" line: 84}]', u'[JavaScript Warning: "Use of Mutation Events is deprecated. Use MutationObserver instead." {file: "https://www.sleeper.scot/wp-content/themes/sleeper/js/app-production.js?ver=v1.1.3h2" line: 73}]', u'[JavaScript Error: "TypeError: a is null" {file: "https://www.sleeper.scot/wp-content/themes/sleeper/js/app-production.js?ver=v1.1.3h2" line: 34}]\ne.notNeeded@https://www.sleeper.scot/wp-content/themes/sleeper/js/app-production.js?ver=v1.1.3h2:34:26703\ne@https://www.sleeper.scot/wp-content/themes/sleeper/js/app-production.js?ver=v1.1.3h2:34:19936\ne.attach@https://www.sleeper.scot/wp-content/themes/sleeper/js/app-production.js?ver=v1.1.3h2:34:27102\na@https://www.sleeper.scot/wp-content/themes/sleeper/js/app-production.js?ver=v1.1.3h2:34:27918\n@https://www.sleeper.scot/:100:8\n', u'[JavaScript Warning: "Loading failed for the <script> with source https://www.paypal.com/tagmanager/pptm.js?id=www.sleeper.scot&t=xo." {file: "https://www.sleeper.scot/" line: 1}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://www.sleeper.scot/wp-content/plugins/simple-share-buttons-adder/js/ssba.js?ver=4.9.8." {file: "https://www.sleeper.scot/" line: 724}]', u'[JavaScript Error: "ReferenceError: Main is not defined" {file: "https://www.sleeper.scot/" line: 726}]\n@https://www.sleeper.scot/:726:1\n', u'[JavaScript Warning: "The resource at https://www.google-analytics.com/analytics.js was blocked because content blocking is enabled." {file: "https://www.sleeper.scot/" line: 0}]', u'[JavaScript Warning: "This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!" {file: "https://www.sleeper.scot/" line: 0}]']

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Jun 25, 2019
@webcompat-bot webcompat-bot added browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine labels Jun 25, 2019
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title www.sleeper.scot - site is not usable www.sleeper.scot - Drop-down menu keeps being dismissed Jun 25, 2019
@softvision-oana-arbuzov softvision-oana-arbuzov added priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. labels Jun 25, 2019
@softvision-oana-arbuzov
Copy link
Member

Thanks for the report, I was not able to reproduce the issue.
BrokenDropDownMenu

Workaround: Tapping the drop-down menu and scrolling down at the same time the menu remains displayed.

Tested with:
Browser / Version: Firefox Nightly 68.0a1 (2019-06-21), Fenix 1.0.1926 (Build #11751810 🦎 68.0-20190611143747)
Operating System: LG G5 (Android 8.0.0) - 1440 x 2560 pixels (~554 ppi pixel density), Samsung Galaxy S7 Edge (Android 8.0.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)

Moving to Needsdiagnosis for further investigation.

@ksy36 ksy36 self-assigned this Jun 25, 2019
@ksy36
Copy link
Contributor

ksy36 commented Jun 26, 2019

Seems like there is an issue with JavaScript Custom Forms library that the site uses. I've created an issue on the library's github w3co/jcf#73

Will move this to needscontact

@ksy36 ksy36 modified the milestones: needsdiagnosis, needscontact Jun 26, 2019
@ksy36 ksy36 added the type-js Generic JS issues label Aug 16, 2019
@softvision-oana-arbuzov
Copy link
Member

The issue is no longer reproducible on Firefox Nightly 68.3a1 (2019-11-20) but still occurs on Firefox Preview Nightly 191121 (🦎: 72.0a1-20191119043902)

Tested with:
Browser / Version: Firefox Preview Nightly 191107 (??: 72.0a1-20191104094118)
Operating System: Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density), Samsung Galaxy S7 Edge (Android 8.0.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)

@softvision-oana-arbuzov
Copy link
Member

The issue has been fixed.
DropDownSelectionWorks

Tested with:
Browser / Version: Firefox Nightly 200819 (🦎 81.0a1-20200814094524)
Operating System: Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density), Samsung Galaxy S6 Edge (Android 7.0) - 1440 x 2560 pixels (~577 ppi pixel density)

@ksy36 ksy36 removed their assignment Mar 30, 2022
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-important A non-core broken piece of functionality, not behaving the way you would expect. type-js Generic JS issues
Projects
None yet
Development

No branches or pull requests

3 participants