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

Form Input Addon IE10 #22186

Closed
NightFlash82 opened this issue Mar 14, 2017 · 8 comments
Closed

Form Input Addon IE10 #22186

NightFlash82 opened this issue Mar 14, 2017 · 8 comments

Comments

@NightFlash82
Copy link

NightFlash82 commented Mar 14, 2017

Bootstrap 4 alpha-6

When having an addon on a form the clear icon gets centered and well half gone in IE10.
No other browser has those icons so not sure if it's me that doing something wrong.

bs4-error2

@bkdotcom
Copy link
Contributor

not having IE10 in front of me... any chance some sort of plugin/extension is adding those icons?

@NightFlash82
Copy link
Author

NightFlash82 commented Mar 14, 2017

I'm not running any plugins at all, not even adblockers. Looks fine in Bootstrap 4 alpha 5
bs4-error4

@cr101
Copy link

cr101 commented Mar 14, 2017

@NightFlash82 Please include a live demo of the problem by creating a reduced test case via JS Bin.

@NightFlash82
Copy link
Author

NightFlash82 commented Mar 14, 2017

https://jsbin.com/nazixajile/1/edit?html,output
You mean like this? =)
Getting the same error there.

bs4-error5

@patrickhlauke
Copy link
Member

patrickhlauke commented Mar 14, 2017

seems to be caused by .input-group .form-control { ... -ms-flex-direction:column; flex-direction:column; ... } - likely a buggy implementation in IE10/IE11 (which unfortunately won't get any more bug fixes, so something bootstrap will have to work around)

@bastienmoulia
Copy link
Contributor

It looks like the flex-direction should be row and not column.

@GlenCroft
Copy link

Pull Request #21716 fixes this issue.

@patrickhlauke
Copy link
Member

Pull Request #21716 fixes this issue.

confirmed. closing

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

6 participants