Skip to content

Position Issue #1

@gitonworld

Description

@gitonworld

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",
// }
// );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions