-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flowchart not working #24
Comments
@mathiasmoeller |
Google Firefox Drag and Drop problems. I am not sure anymore, but without Is that about the performance problems while dragging? Have a nice weekend. Felix Steghofer [email protected] schrieb am Fr., 3. Juni 2016,
|
I think he got it :) |
@bpurohit if this solves your issue we could think of a workaround for this framework. @PerFuchs |
I have the same issue. I commented out the below line
but now getting another error
|
I had the same problem. The issue was, that for example the event in the drag-function was not a 'DragEvent' as it should be, but a generic n.event that does not have the required properties like 'dataTransfer'. However the 'DragEvent' is still stored in the event.originalEvent property, therefore my solution was to add the line
to the beginning of every function where the event is used in the ngFlowchart.js-file. |
Facing the same issue . |
Hello,
I have created one application using ASP.Net vNext MVC. I have implemented flow chart in that.
But not working properly. When I try to drag any node it gives me error "Cannot read property 'setData' of undefined" in ngflowchart.js file at line no 180.
Should I have to reference all the js files which are listed in app/flowchart folder to my page where I want to display flow chart?
The text was updated successfully, but these errors were encountered: