Skip to content

Inline forms are being displayed incorrectly in IE8 #15410

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

Closed
jonathannaguin opened this issue Dec 19, 2014 · 4 comments
Closed

Inline forms are being displayed incorrectly in IE8 #15410

jonathannaguin opened this issue Dec 19, 2014 · 4 comments

Comments

@jonathannaguin
Copy link

Inline forms are supposed to be rendered as left-aligned.
We can see this in Google Chrome and Firefox, but we are having problems with the same mark-up in IE8.
What we are experiencing is:

  • The label of an input group is displayed on top the group instead of on the left.
  • The checkbox is displayed on top its label instead of being on its right.

This issue is easy to reproduce using the webpage of the project (http://getbootstrap.com/css/#forms).
I have attached a capture of this rendered in Google Chrome and another capture rendered in IE8.

Notice I have removed the class "sr-only" from the username label so we can see clearly the problem with labels.

capture google chrome
capture ie8

@cvrebert cvrebert added the css label Dec 19, 2014
@cvrebert
Copy link
Collaborator

We probably ought to add an "inline form with visible labels" example to the docs, now that I think about it.

@cvrebert
Copy link
Collaborator

Possibly related to #15275.

@cvrebert cvrebert modified the milestones: v3.3.5, v3.3.4 Mar 15, 2015
@cvrebert
Copy link
Collaborator

cvrebert commented May 3, 2015

CC: @mdo

@mdo
Copy link
Member

mdo commented May 14, 2015

Probably punting as a won't fix honestly.

@mdo mdo closed this as completed May 14, 2015
@mdo mdo removed this from the v3.3.5 milestone May 14, 2015
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

3 participants