Skip to content

Window resize do not reveals tooltip which was hidden by scroll #633

Open
@KazimirPodolski

Description

@KazimirPodolski

Tooltip's origin was hidden by scrolling the page, so the tooltip is hidden too with "visibility": "hidden" (by __scrollHandler I guess). When browser window was expanded, the origin became visible, but tooltip is not.

I guess window resize callback does not change "visibility" (and none but scroll callback does). Is there a
reason or is it a bug? Recomputing overflow and setting visibility on resize fixed this for me, should I test some cases?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions