Skip to content
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

Closed
cvrebert opened this issue Feb 3, 2014 · 5 comments
Closed

Comments

@cvrebert
Copy link
Collaborator

cvrebert commented Feb 3, 2014

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.

@mdo mdo modified the milestones: v3.2.0, v3.1.1 Feb 11, 2014
@mdo
Copy link
Member

mdo commented Feb 22, 2014

There's no min-width or anything else happening here. Sounds like a rendering bug in Chrome—can you open an bug with them or should I? Safari and Firefox seem to have no issue.

@cvrebert
Copy link
Collaborator Author

@mdo I could, but I generally favor you when it comes to browser-bug-filing because you're Internet-famous 😎

@mdo
Copy link
Member

mdo commented Feb 22, 2014

<3

@mdo mdo mentioned this issue Feb 22, 2014
@mdo
Copy link
Member

mdo commented Feb 22, 2014

@mdo mdo closed this as completed Feb 22, 2014
@cvrebert
Copy link
Collaborator Author

cvrebert commented Oct 1, 2014

The Chromium bug has been closed as WontFix.

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
Projects
None yet
Development

No branches or pull requests

2 participants