-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
MODULE: tooltip.component.ts
HANDLER: private position()
ISSUE: ToolTip never positions properly. I use many components that use templateUrl and when I add [tooltip]="{position:'left'} to any of these the tooltip is positioned many many pixels off. I commented out the following code and it now seems to work.
WORKAROUND -
// $(this.elementRef.nativeElement).css(
// {
// top: position.top + "px",
// left: position.left + "px",
// display: "block",
// }
// );
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels