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.toptal.com - see bug description #6047

Closed
tagawa opened this issue Apr 21, 2017 · 2 comments
Closed

www.toptal.com - see bug description #6047

tagawa opened this issue Apr 21, 2017 · 2 comments

Comments

@tagawa
Copy link
Member

tagawa commented Apr 21, 2017

URL: https://www.toptal.com/designers/colorfilter
Browser / Version: Firefox 52.0
Operating System: Mac OS X 10.11
Problem type: Something else - I'll add details below

Steps to Reproduce

  1. Navigate to: https://www.toptal.com/designers/colorfilter
  2. Find the "Type a URL" text box.
  3. Start entering a URL.

Expected Behavior:
On page load the text box should be pre-filled with the current URL. As you type, your text should be visible.

Actual Behavior:
The text box is blank. As you type, the cursor moves but characters are not visible.

Other info:
The same thing happens on Firefox Dev Edition 54. Safari and Vivaldi seem fine.

Screenshot Description

From webcompat.com with ❤️

@adamopenweb
Copy link
Collaborator

Thanks @tagawa! This is a known issue with padding on inputs, the padding is covering the text.

.formatter__input_field {
  padding: 35px 19px 21px;
}

https://bugzilla.mozilla.org/show_bug.cgi?id=752790

We could reach out to the site and ask them to change the padding on the input so that it does not cover the text in Firefox.

@karlcow
Copy link
Member

karlcow commented May 26, 2017

I have been closing them as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=752790
The issue is happening on too many sites.

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
@tagawa @karlcow @adamopenweb @webcompat-bot and others