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

Validation tooltip inside input-group displays incorrectly in IE11 #25511

Closed
sktw opened this issue Jan 30, 2018 · 2 comments · Fixed by #30960
Closed

Validation tooltip inside input-group displays incorrectly in IE11 #25511

sktw opened this issue Jan 30, 2018 · 2 comments · Fixed by #30960

Comments

@sktw
Copy link

sktw commented Jan 30, 2018

In IE11 a validation tooltip inside an input group displays to the right of the input. See the screenshot below from the bootstrap docs, specifically the tooltip for the Username field.
bootstrap-tooltip-ie11

Setting left: 0px on .{valid|invalid}-tooltip seems to fix this.

@ffoodd
Copy link
Member

ffoodd commented Jun 3, 2020

Not sure about what's happening here (seems somehow related to flexbox), but I confirm that left: 0 fixes it, without any side-effect AFAIK.

@XhmikosR
Copy link
Member

XhmikosR commented Jun 4, 2020

Fixed by #30960

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants