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 was archived by the owner on May 29, 2019. It is now read-only.
In html tables if you want to add a tooltip/popover for a long cell (with overflow: hidden option) the UIB using the whole content for positioning the tooltip/popover. The result is the tooltip/popover seems to be on a different cell or not in the middle of the actual cell of the html table.
In html tables if you want to add a tooltip/popover for a long cell (with overflow: hidden option) the UIB using the whole content for positioning the tooltip/popover. The result is the tooltip/popover seems to be on a different cell or not in the middle of the actual cell of the html table.
See the example here: http://plnkr.co/edit/UUyCbS2EfN62Z1QsLhXO?p=preview
Hover on the first cell.
Versions:
Angular: 1.5.5
UIBS: 1.3.2
Bootstrap: 3.3.6
I've needed a fast runtime patch for my project, so I used the following decorator, it might be useful.