-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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] placeholder clipped in Firefox #23209
Comments
Works fine with Bootstrap v4.alpha-6: https://codepen.io/anon/pen/oezpKq |
I'm using the latest from v4-dev, not the cdn. |
Then please make a bin with rawgit and the files from the v4-dev branch.
…On Aug 3, 2017 11:11, "judowalker" ***@***.***> wrote:
I'm using the latest from v4-dev, not the cdn.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#23209 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVVtZABuRh_WbFBk6ldXa0CgUQjkmxLks5sUYCdgaJpZM4Orv9K>
.
|
OK, confirmed: https://codepen.io/anon/pen/MvjXYj /CC @mdo: did something change markup-wise or is the markup used fine? |
I played around a bit with your demo and it looks like increasing line-height from 1.25 to anything over 1.39948 will fix it. |
I don't see the issue in Firefox 53 on macOS. |
I definitely see it on Windows with FF 55 and 56 with the codepen I pasted above which is using the latest v4-dev version. |
For me, it gets fixed with IE 11 and Edge work fine on the same Windows system. |
Hmm, I just noticed. The pen above doesn't include So I believe this is a non issue after all. See https://codepen.io/XhmikosR/pen/zdzvad |
@XhmikosR your example is not showing the bootstrap styles because it has a console error:
It also doesn't have a placeholder.
I don't understand what you are saying here. Why can't a placeholder be text? |
Please check the codepen above. I'm still not sure your codepen is right or not and I don't have the time to investigate this more. Someone else will have to have a look. |
Appears other input types have issues, too, with Firefox. See #23355 |
@mdo don't see this issue any other input type. its appear only in number type. |
Also clipped in Firefox 55/Linux. Setting the |
Consolidating issues; closing for #23347. |
The placeholder is clipped in an input of type number in Firefox on Windows 10. This only happens with a class of
form-control
.Minimal working example with latest dev:
https://codepen.io/anon/pen/NvRpgJ
The text was updated successfully, but these errors were encountered: