You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Tooltip/popover placement is off in input-groups with 0.12.0. In the following example, the tooltip is attached to the top-right corner instead of the left side.
Thank you for the excellent reporting! Including a Plunker and the Angular and Bootstrap versions you've tested was very helpful in narrowing this down. I've found the issue.
Note to myself to check if the fix for this will fix #2992
This is why I love open source - I had this same issue and searched the issues and lo and behold, it's already fixed in the soon-to-come release! :)
Thank you @somelinguist for reporting it and @chrisirhc for the fix - looking forward to seeing it released.
Tooltip/popover placement is off in input-groups with 0.12.0. In the following example, the tooltip is attached to the top-right corner instead of the left side.
http://plnkr.co/edit/8GZ5F5zj3Xe6IinXQz74?p=preview
Bootstrap 3.3.1
Angular 1.3.0
Using other versions of Angular or Bootstrap doesn't seem to make a difference.
However, it works fine in ui-bootstrap 0.11.2.
The text was updated successfully, but these errors were encountered: