webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
742 stars 65 forks source link

dylantalkstone.com - Drop-down menus are not functional #101356

Open webcompat-bot opened 2 years ago

webcompat-bot commented 2 years ago

URL: https://dylantalkstone.com/collections/tele-pickups/products/flat-6-tele-pickups

Browser / Version: Firefox Mobile 100.0 Operating System: Android 12 Tested Another Browser: Yes Chrome

Problem type: Site is not usable Description: Buttons or links not working Steps to Reproduce: Dropdowns do nothing. They work on chrome on the same device. On Firefox, they have no response when pressed.

View the screenshot Screenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20220321065848
  • channel: nightly
  • hasTouchScreen: true
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false
  • hasFastClick: true

View console log messages

From webcompat.com with ❤️

softvision-oana-arbuzov commented 2 years ago

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

Affected area:

<select class="single-option-selector" data-option="option1" id="productSelect-option-0">
  <option value="Neck">Neck</option>
  <option value="Bridge">Bridge</option>
  <option value="Matched Pair">Matched Pair</option>
</select>

Note:

  1. The issue is not reproducible on Chrome.
  2. The issue is reproducible on Firefox regardless of the ETP status.

Tested with: Browser / Version: Firefox Nightly 100.0a1 (🦎 100.0a1-20220322065927), Firefox Release 98.2.0 (🦎 98.0.1-20220313140707), Firefox Beta 99.0.0-beta.4 (🦎 99.0-20220320185956) Operating System: Google Pixel 5 (Android 12) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density), Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)

[qa_12/2022]

ksy36 commented 2 years ago

This is not working properly because of FastClick library, removing it will fix the issue. More info https://miketaylr.com/posts/2017/10/fast-click-more-like-thing-of-the-past-click.html Moving to needscontact.

webcompat-bot commented 2 years ago

Generate outreach template