-
-
Notifications
You must be signed in to change notification settings - Fork 78.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
input[type="number"] not displaying properly in Chrome #8350
Comments
Could you give a live demo? In jsfiddle. |
The problem exists when using font-sizes other than the default 14px. |
Erm, do you mean how hovering over the decrement button shows an I-bar text cursor instead of a pointer cursor? |
Yes... that it is |
A version demonstrating the proposed fix: http://jsfiddle.net/39PmK/1/ |
Upstream Chrome bug filed: https://code.google.com/p/chromium/issues/detail?id=337668 |
The hack/fix has been upstreamed into Normalize.css: necolas/normalize.css@d86aa85 |
…es those upstream
Upstream Safari bug filed: https://bugs.webkit.org/show_bug.cgi?id=137269 |
Seems to be fixed in Chrome as of v37.0.2062.124 |
…es those upstream
Use this css:) opacity: 1; } |
This seems to fix it:
The text was updated successfully, but these errors were encountered: