-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
website: search box default text cut off in desktop Safari #27210
Comments
Does this happen only in a osx+safari combo ? Or in other OSes also ? |
I don’t know.
…On Fri, Aug 24, 2018 at 8:52 PM Agniva De Sarker ***@***.***> wrote:
Does this happen only in a osx+safari combo ? Or in other OSes also ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27210 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD5Vu4zr2JsFAKpCWF0rpk3tXfxpeh5ks5uUMnpgaJpZM4WMLJT>
.
|
Safari desktop only runs on macOS. Mobile views of the blog/golang.org don't have this problem. |
Works in linux chrome and firefox, but I get a different computed font-family for the input in each. I'm guessing this is an issue with UA stylesheet not being overridden enough. |
Change https://golang.org/cl/131317 mentions this issue: |
I see that they have stopped supporting it on Windows. Didn't know that. |
I think this issue caused by |
This seems to have appeared again (#29742) in Safari Version 12.0 (14606.1.36.1.9). Reopening. |
Search box removed (#44357). |
The input[type="search"] has a pseudo element, it's ::-webkit-search-decoration and has an original margin. To get rid of the margin, this commit specifies -webkit-appearance property to none. Fixes golang/go#27210 Change-Id: I09bbae5e0b811a3b3fa3a047b97ea45190e75f46 Reviewed-on: https://go-review.googlesource.com/c/131317 Reviewed-by: Brad Fitzpatrick <[email protected]>
Sorry, not sure where to file this. https://github.com/golang/blog doesn't track issues.
macOS High Sierra 10.13.6 (17G65)
MacBook Pro (Retina, 15-inch, Mid 2015)
Safari Version 11.1.2 (13605.3.8)
The text was updated successfully, but these errors were encountered: