8000 Tooltip doesn't hides with scrolling · Issue #2820 · visjs/vis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Tooltip doesn't hides with scrolling #2820
Closed
@nickmeewis

Description

@nickmeewis

With the vis Timeline add a title to multiple items.

{ id: 1, content: 'item 1', group: 'test1', start: '2017-02-28T00:00:00+01:00', end: '2017-03-01T00:00:00+01:00', title: 'test 1' }, { id: 2, content: 'item 2', group: 'test1', start: '2017-03-01T00:00:00+01:00', end: '2017-03-05T04:30:00+01:00', title: 'test 2' },

Set options
horizontalScroll: true, zoomKey: 'ctrlKey', verticalScroll: true

When you hover over an item the tooltip appears, than scroll without moving your mouse until you reach an other item. A new tooltip appears and the other one doesn't hide.

It looks like the scroll event doesn't check the mouse over state.
But not sure how that part works.

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

      0