You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I have created a GitHub repo with demo projects showing the issue. I have tried to look through the changes on this repository between the versions and step through the code, but don't understand zone.js well enough to accurately debug this issue.
Steps to reproduce:
In /17 run npm install then run npm start. Expected behavior: click and release the mouse while over a node. Subsequently move the mouse around the screen and the circles should stay in place. Actual Behavior: the expected behavior.
In /18 run npm install then run npm start. Expected behavior: click and release the mouse while over a node. Subsequently move the mouse around the screen and the circles should stay in place. Actual behavior: The circles move around with the mouse and the only way to get it to stop is to right click on the screen.
The only thing different between the two examples is the version of zone.js used.
I have created a GitHub repo with demo projects showing the issue. I have tried to look through the changes on this repository between the versions and step through the code, but don't understand
zone.jswell enough to accurately debug this issue.Steps to reproduce:
In
/17runnpm installthen runnpm start.Expected behavior: click and release the mouse while over a node. Subsequently move the mouse around the screen and the circles should stay in place.
Actual Behavior: the expected behavior.
In
/18runnpm installthen runnpm start.Expected behavior: click and release the mouse while over a node. Subsequently move the mouse around the screen and the circles should stay in place.
Actual behavior: The circles move around with the mouse and the only way to get it to stop is to right click on the screen.
The only thing different between the two examples is the version of
zone.jsused.Thanks!