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.pinterest.com - The radio buttons in the registration form are distorted #5115

Closed
softvision-sergiulogigan opened this issue Mar 16, 2017 · 6 comments

Comments

@softvision-sergiulogigan

URL: www.pinterest.com
Browser / Version: Firefox Mobile Nightly 55.0a1(2017-03-14)
Operating System: Samsung Galaxy Note 4 (Android 5.0.1)
Problem type: Layout is messed up

Steps to Reproduce
Prerequisites:

  1. No login session is active on www.pinterest.com

Give more details

  1. Navigate to: www.pinterest.com
  2. Enter an e-mail and a password in the corresponding fields.
  3. Tap the Continue button. Observe the radio buttons in the registration form.

Expected Behavior:
The radio buttons are correctly displayed.

Actual Behavior:
The radio buttons are distorted.

Notes:

  1. The issue is also reproducible on the Firefox 52.0 Release.
  2. The issue is not reproducible on Chrome (Mobile) 56.0.2924.87.
  3. Screenshot attached.

sv; country: us

Screenshot Description

From webcompat.com with ❤️

@softvision-sergiulogigan softvision-sergiulogigan changed the title www.pinterest.com - layout is messed up www.pinterest.com - The radio buttons in the registration form are distorted Mar 16, 2017
@karlcow
Copy link
Member

karlcow commented Mar 16, 2017

heh. I have no luck with @softvision-sergiulogigan

Screenshot of the site issue

@karlcow
Copy link
Member

karlcow commented Mar 16, 2017

Someone else can double test?

@softvision-sergiulogigan
Copy link
Author

I also tested on Nexus 5 (Android 6.0.1) with Firefox 52.0 Release, and the issue is there...
screenshot_20170316-114327

@wisniewskit
Copy link
Member

wisniewskit commented Mar 16, 2017

This is a known issue that should allegedly be fixed in bug 1340661 (as per the discussion in bug 1344395).

@karlcow
Copy link
Member

karlcow commented Mar 17, 2017

@wisniewskit Ah thanks.

So… probably because of the height: auto

<fieldset>
    <label class="Gender__tooltip" 
        style="-moz-osx-font-smoothing: grayscale; 
               margin: 0px 10px 0px 0px; 
               display: inline-block; 
               font-size: 16px; 
               font-weight: bold; 
               cursor: pointer; 
               padding: 15px 0px;">
        <input name="gender" value="male" 
               style="height: auto; 
                      padding: 10px; 
                      margin-right: 8px; 
                      font-size: 12px;" 
               type="radio">
            <span style="vertical-align: middle; 
                         text-align: center; 
                         color: rgb(85, 85, 85);">Male
            </span>
    </label>
<!-- … cut for brevity … -->
</fieldset>

@softvision-oana-arbuzov
Copy link
Member

This issue is no longer reproducible.

screenshot-1505132827938

Tested with:
Browser / Version: Firefox Mobile Nightly 57.0a1 (2017-09-10)
Operating System:
Huawei P10 (Android 7.0) - Resolution 1080 x 1920 pixels (~432 ppi pixel density)
Nexus 5 (Android 6.0.1) - Resolution 1080 x 1920 pixels (~445 ppi pixel density)

@karlcow karlcow added this to the duplicate milestone Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants