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

input type="search" - the (x) button gets cut off in Safari #5755

Closed
dgmstuart opened this issue Sep 7, 2014 · 3 comments
Closed

input type="search" - the (x) button gets cut off in Safari #5755

dgmstuart opened this issue Sep 7, 2014 · 3 comments
Assignees
Milestone

Comments

@dgmstuart
Copy link
Contributor

On an input with type search (e.g.The search box on the Foundation docs page) the padding on the search box partially obscures the (x) button which clears the content of the input (see screenshot)
screen shot 2014-09-07 at 20 41 20

Also if you have e.g. results=5 on the input element then a magnifying glass is rendered within the left side of the field - this is similarly obscured.

I guess Chrome implements these elements in a different way to Safari because they render fine in chrome.

Doesn't seem to be related to #5533

@rafibomb rafibomb added the forms label Sep 11, 2014
@rafibomb rafibomb added this to the 5.4.4 milestone Sep 11, 2014
@rafibomb rafibomb modified the milestones: 5.4.4 , 5.5 Oct 16, 2014
@rafibomb rafibomb modified the milestones: 5.5, 5.5.1 Dec 17, 2014
@zurbrandon
Copy link
Contributor

Looks like it's a webkit issue and the only way to solve it would be to completely remove that padding. I'll close this since thats something we're not going to be able to do. Looked into this for a while and seems like a pretty common issue.

@dgmstuart
Copy link
Contributor Author

OK thanks for looking :)

@dgmstuart
Copy link
Contributor Author

There's a bug for this issue on the Webkit bug tracker: https://bugs.webkit.org/show_bug.cgi?id=111843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants