visjs / vis-timeline

📅 Create a fully customizable, interactive timelines and 2d-graphs with items and ranges.
https://visjs.github.io/vis-timeline/
Other
1.89k stars 321 forks source link

verticalScroll issues on Firefox #135

Open knokit opened 5 years ago

knokit commented 5 years ago

Click-and-drag on the scrollbar makes it jump and doesn't scroll the view at all. This can be reproduced in the verticalScroll example: https://visjs.github.io/vis-timeline/examples/timeline/other/verticalScroll.html

verticalScroll_issue_firefox

Also, when groupsEditable.order: true, click-and-drag on the scrollbar will drag the underlying group too and the left and center panels move at different speeds: https://codesandbox.io/embed/vertical-scroll-issues-on-firefox-xos7d?view=preview

cnd-jmu commented 4 years ago

is this caused by https://github.com/hammerjs/hammer.js/issues/1260 ?

patrickinminneapolis commented 4 years ago

Problem is more pronounced if you drag vertically just to the right of the scrollbar (and left of the main area). Chrome is affected.

taraskolba commented 3 years ago

By me there is the same problem.

janstejskal commented 1 year ago

I have the same problem. In Firefox on Windows. It works fine in Chrome. Some solution?

Krangaas commented 12 months ago

I also encounter the same problem when using Firefox. On Chrome, however, I am not getting this issue.