-
-
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=date] in .form-group has resizing oddity on very small viewports #12548
Comments
There's no |
@mdo I could, but I generally favor you when it comes to browser-bug-filing because you're Internet-famous 😎 |
<3 |
Closed
The Chromium bug has been closed as WontFix. |
cvrebert
added a commit
that referenced
this issue
Nov 25, 2014
Since https://crbug.com/346051 has been closed as WontFix. Bug is now documented in MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input$compare?locale=en-US&to=698785&from=693137 Refs #12548 [skip sauce]
cvrebert
added a commit
that referenced
this issue
Nov 25, 2014
Remove #12548's entry from the Wall of Browser Bugs [skip sauce]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example: http://jsbin.com/uLiSOfUt/2
Browser: Chrome
Resize the viewport to <280px and observe that the date input stops getting narrower and remains at a minimum size (causing the right portion of it to go offscreen), while this doesn't happen with the text input.
If you get rid of the
.input-group
and just put the date input directly within the.form-group
, the problem does not occur.From #12537.
The text was updated successfully, but these errors were encountered: