Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Popover / Tooltip positioning with appendToBody set to true #387

Closed
@bowenisdum

Description

@bowenisdum

Not sure if this is a real bug or not, but on the project I am working on, the tooltip/popover position is wrong when appendToBody is set to true, the position = $position.position( element ); returns the offset relative to the parent of the tooltip triggering element, not the body, it seems to be fixed by setting position = $position.offset( element ); when the appendToBody option is true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions