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

play.sabai99.com - Text exceeds the allocated field in the "Mobile phone" field #59402

Closed
softvision-oana-arbuzov opened this issue Oct 6, 2020 · 3 comments
Labels
browser-firefox 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.
Milestone

Comments

@softvision-oana-arbuzov
Copy link
Member

softvision-oana-arbuzov commented Oct 6, 2020

URL: https://play.sabai99.com/

Browser / Version: Firefox 83.0
Operating System: Windows 10
Tested Another Browser: Yes Chrome

Problem type: Design is broken
Description: Items not fully visible
Steps to Reproduce:

  1. Navigate to https://play.sabai99.com/
  2. Click "Account" button.
  3. Observe "Mobile phone" field.

Expected Behavior:
The text is displayed in the allocated space.

Actual Behavior:
The text exceeds the allocated space of the popup.

Notes:

  1. Screenshot attached.
  2. The issue is not reproducible on Chrome.
  3. The issue is reproducible both on mobile and desktop.
  4. The issues is reproducible also when filling in the field.

Affected area:

<input type="tel" autocomplete="on" id="" maxlength="25" name="telephone" placeholder="กรุณาใส่หมายเลขโทรศัพท์ของคุณ" tabindex="0" class="vti__input">

Watchers:
@softvision-oana-arbuzov
@cipriansv

View the screenshot Screenshot
Browser Configuration
  • None

Screenshot_2

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Oct 6, 2020
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine labels Oct 6, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title play.sabai99.com - design is broken play.sabai99.com - Text exceeds the allocated field in the "Mobile phone" field Oct 6, 2020
@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 Oct 6, 2020
@ksy36
Copy link
Contributor

ksy36 commented Oct 6, 2020

This looks like a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1585485

Adding min-width: 0; to the input style fixes the issue:

.selectWrapper select, input[type="number"], input[type="password"], input[type="tel"], input[type="text"] {
    border: 0;
    color: #fff;
    background-color: #3b144d;
    font-size: 16px;
    width: 100%;
    height: 28px;
    border-radius: 6px;
    outline: 0;
}

@ksy36 ksy36 closed this as completed Oct 6, 2020
@ksy36 ksy36 modified the milestones: needsdiagnosis, duplicate Oct 6, 2020
@ksy36 ksy36 added the action-needssitepatch This web bug needs a GoFaster site patch. label Oct 6, 2020
@denschub denschub added action-needssitepatch This web bug needs a GoFaster site patch. and removed action-needssitepatch This web bug needs a GoFaster site patch. labels Jul 9, 2021
@denschub
Copy link
Member

Bug 1585485 got patched in December 2020. The site appears to be fine now, even though it's horribly slow (but it's just as slow in Chrome, so...)

@denschub denschub removed the action-needssitepatch This web bug needs a GoFaster site patch. label Nov 29, 2021
@softvision-oana-arbuzov
Copy link
Member Author

Indeed the issue no longer occurs.
image

Tested with:
Browser / Version: Firefox Nightly 97.0a1 (2021-12-06)
Operating System: Windows 10 Pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox 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.
Projects
None yet
Development

No branches or pull requests

4 participants