-
-
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
v4 form input issues #23347
Comments
I came to report this. For Base Style for
|
Yea, text is cutting http://joxi.ru/LmG3P9GIRZJPom http://joxi.ru/eAO4PzGt4GpPbr |
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via JS Bin or CodePen and report back with your link, Bootstrap version, and specific browser and OS details. |
@Johann-S |
Regular |
Stop closing issues that haven't been addressed or even mentioned in regards to fixing. |
@kjdion84 please look at what is being closed, what is being kept open, and what's being cross-referenced and consolidated as a single issue (in this case, THIS one). all you're doing now is generating more noise for people to wade through. |
Having fundamental issues such as text being cutoff in every single |
you seem to misunderstand the idea of how open source run by volunteers works. feel free to send a pull request with fixes. |
Note that this problem can be reproduced with free Windows virtual machines from Microsoft, see #23769 (comment) |
Note I believe the issue of height cut off was fixed by #23150 as there is a bug with the The padding issue of #24043 (marked as duplicate of this) is still present in current v4-dev. This has a couple of parts:
|
already fixed with our last dist files see for the |
It isn't fixed properly. The issue still exists for even normal selects in Chrome on Windows. Characters are still being cut off as the text is still not centered vertically properly. Proof fiddle: https://codepen.io/anon/pen/WZpPPp |
On IE11 on Windows, a |
Can y'all test out the changes in #24199? |
#24199 looks good! Tested with latest DEV Bootstrap version. |
Thanks! (@jrysig, my personal suggestion would be yes to a separate issue, makes it easier to track.) |
@mdo it looks much better and also scales well with |
@josephzidell @dracos The different text color is because the |
@mdo Makes sense! The original text of this issue is fixed, therefore, yes, the only issue is the left padding. |
Two separate issues noticed on Windows 10, in Chrome 60, Firefox 54.0.1, Edge 38. I noticed these in the docs
A
<select class="form-control form-control-lg">
needs more heightText color is inconsistent between a disabled input vs. select
The text was updated successfully, but these errors were encountered: