webcompat / web-bugs

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

www.gittigidiyor.com - Drop-down selector is not working #34122

Closed nri82 closed 5 years ago

nri82 commented 5 years ago

URL: https://www.gittigidiyor.com/odeme?Enc=245cebca104252b93e38d0c77c9c065a

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

Problem type: Something else Description: Credit card expiration date can't select Steps to Reproduce: I want to buy something, I got enter the credit card numbers then I want to select expiration date but it's not allow me I tap that box but no change Screenshot Description

Browser Configuration
  • None

From webcompat.com with ❤️

mozilianulb commented 5 years ago

Thanks for the report, @nri82. I am able to reproduce this issue. Tried also with Chrome and the list was successfully opened.

Tested with: Browser / Version: Firefox Fenix (Preview) v.190703 Operating System: OnePlus 2 (Android 6.0.1) - 1080 x 1920 pixels, 16:9 ratio (~401 ppi density)

image

karlcow commented 5 years ago

How do we access this page? There are missing steps to reproduce the issue.

nri82 commented 5 years ago

@karlcow you can register for free then attempt to buy anything and select credit card for pay method.

karlcow commented 5 years ago

@cipriansv could you do a quick check to see if the dropdown is working on Fennec?

cipriansv commented 5 years ago

@karlcow the drop-down selector for the card expiration date works fine on Fennec.

image

image

Tested with: Browser / Version: Firefox Nightly Mobile 68.2a1 (2019-10-17) Operating System: Huawei P10 (Android 9.0) - 1080 x 1920 pixels (~432 ppi pixel density)

wisniewskit commented 5 years ago

Nope. I'm not fighting with this one. Their UX for creating accounts is insultingly bad, not even accepting periods in email addresses, forcing me to sign in with Facebook. Then I cannot even access the card details without having to hunt down a valid phone Turkish number. No thanks.

This is almost certainly a dupe of mozilla-mobile/fenix#6169 anyhow, as they are preventing default on clicks everywhere:

    $('.btn-address-edit').bind('click', function (e) {
        e.preventDefault();
        e.stopPropagation();

Also it works on Fennec, so...

lock[bot] commented 5 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue at https://webcompat.com/issues/new if you are experiencing a similar problem.