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-group-addon IE11 1px gap fix #13254

Closed
Soundvessel opened this issue Apr 1, 2014 · 1 comment
Closed

input-group-addon IE11 1px gap fix #13254

Soundvessel opened this issue Apr 1, 2014 · 1 comment
Labels

Comments

@Soundvessel
Copy link

Depending on the width of your browser 1px gaps can occur between input-group-addon and the adjacent input (order doesn't matter).

This doesn't occur with input-group-btn due to the table-cell element just being a wrapper and a -1px margin correction is made.

I would like to propose the same idea of just using input-group-addon as a wrapper and applying the -1px margin correction to an inner element.

You can reproduce the issue easily in IE11 with the bootstrap site by going to http://getbootstrap.com/components/#input-groups-sizing inspecting the form and applying a strong background color like blue then slowly resize your browser horizontally. You'll see the background color "flutter" as the 1px gap happens at alternating pixel widths.

2014-04-01_1436

I know this may sound trivial but with IE11 being a modern browser I feel this should be tackled if you want developers like us pushing the framework forward by using it on large 6 Million a month page view client project ;)

2014-04-01_1434

@cvrebert cvrebert added the css label Apr 1, 2014
@cvrebert cvrebert added this to the v3.2.1 milestone Jun 9, 2014
@mdo
Copy link
Member

mdo commented Jul 6, 2014

The change for this—an extra wrapper—will have to happen in v4. I'll make a note to revisit this and check if the bug still exists when we switch to rems.

@mdo mdo closed this as completed Jul 6, 2014
@mdo mdo removed this from the v3.2.1 milestone Jul 6, 2014
@mdo mdo mentioned this issue Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants