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

meroshare.cdsc.com.np - Unable to type in the username field #123574

Open
biswashkoirala opened this issue Jun 13, 2023 — with webcompat-app · 6 comments
Open

meroshare.cdsc.com.np - Unable to type in the username field #123574

biswashkoirala opened this issue Jun 13, 2023 — with webcompat-app · 6 comments
Labels
android 13 issues specific to android13 browser-fenix diagnosis-priority-p1 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. trend-login OKR Label - Issues where login can not be performed

Comments

@biswashkoirala
Copy link

URL: https://meroshare.cdsc.com.np/#/login

Browser / Version: Firefox Mobile 116.0
Operating System: Android 13
Tested Another Browser: Yes Chrome

Problem type: Site is not usable
Description: Unable to type
Steps to Reproduce:
Auto Filling password doesn't work. After I click saved password, it doesn't work.

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

View console log messages

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Jun 13, 2023
@webcompat-bot webcompat-bot added browser-fenix engine-gecko The browser uses the Gecko rendering engine labels Jun 13, 2023
@sv-calin
Copy link

Thank you for reporting this issue, I was able to reproduce it.

meroshare.mp4

Tested on:
• Browser / Version: Firefox Nightly 116.0a1-20230612112030 / Firefox Release 114.0.1-20230608214645 / Chrome 114.0.5735.57
• Operating System: Google Pixel 5 (Android 13) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density)

Notes:

  1. Reproducible on both Firefox Release and Nightly
  2. Not reproducible on Chrome

Moving to Needsdiagnosis.

[qa_24/2023]

@sv-calin sv-calin added priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. android 13 issues specific to android13 trend-login OKR Label - Issues where login can not be performed labels Jun 13, 2023
@sv-calin sv-calin changed the title meroshare.cdsc.com.np - site is not usable meroshare.cdsc.com.np - Unable to type in the username field Jun 13, 2023
@sv-calin sv-calin modified the milestones: needstriage, needsdiagnosis Jun 13, 2023
@wisniewskit
Copy link
Member

Bizarrely, on Android I can type in a username just fine, letter and numbers. But on my Macbook, they only allow me to type numbers, because of this script:

      return l.prototype.onKeyPress = function (l) {
        var n = String.fromCharCode(l.charCode);
        /[0-9]/.test(n) || l.preventDefault() // if not a number key, cancel it
      },

But since Chrome behaves the same way as Firefox, this seems to just be how their site works, not a web compatibility issue.

I also checked this note:

 Auto Filling password doesn't work. After I click saved password, it doesn't work.

But I'm able to save, update, and select my login on Firefox on my phone and Macbook, so I'm not sure if there is still a problem here.

@biswashkoirala, @sv-calin are you unable to type anything at all into the field, even on an Android device?

@sv-calin
Copy link

Below the toolbar it appears as I'm typing but on the actual "Username" field it does not appear:

image

Thats not the case on Chrome:

image

Tested on:
• Browser / Version: Firefox Nightly 116.0a1-20230619093216 / Chrome 114.0.5735.57
• Operating System: Google Pixel 5 (Android 13) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density)

[inv_25/2023]

@wisniewskit
Copy link
Member

I can't even access their web site right now, it looks like it's down. I'll try again later in case something weird is going on, and I can suddenly reproduce the problem as you're experiencing it.

@biswashkoirala
Copy link
Author

biswashkoirala commented Jun 21, 2023 via email

@wisniewskit
Copy link
Member

Interesting. Thanks for the video, @biswashkoirala . Unfortunately this is working fine for me with my default keyboard and GBoard, so I'm not sure what's going on here. I've filed a bug with the Firefox Android team in the hopes that they might have some insight.

Was this working for you in an earlier version of Firefox, perhaps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android 13 issues specific to android13 browser-fenix diagnosis-priority-p1 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. trend-login OKR Label - Issues where login can not be performed
Projects
None yet
Development

No branches or pull requests

5 participants