almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.85k stars 1.48k forks source link

TimeLine editing missing certain mouse events Chrome and Firefox #3667

Closed FrankW76 closed 6 years ago

FrankW76 commented 6 years ago

This can be reproduced using the examples on the vis.js webpage.

For example on : http://visjs.org/examples/timeline/interaction/eventListeners.html

Resizing items not always registers the mouse eventds, and resizing the item does not work.

Steps to reproduce :

I have attached an animating gif displaying the issue. The first time trying to resize fails, the 2nd time it succeeds. Many of our users having trouble with this issue.

visjs-timeline

FrankW76 commented 6 years ago

This may be related/duplicate of #3375 ?

yotamberk commented 6 years ago

I'm sorry but I don't seem to have any issues with this. It seems to work fine for me no matter how many times I try to fiddle with it. The only known issue I know about regarding presses of items is prolonged static presses which cause items not to move (see #2098)

FrankW76 commented 6 years ago

@yotamberk This is indeed the same issue as described in #2098

I have also added a comment to #2098 about how I think this can be fixed. My JavaScript knowledge however is to limited to implement this myself.

FrankW76 commented 6 years ago

Closing this issue as this is a duplicate