-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bug: Cannot read property '32' or '69' of undefined. Uncaught TypeError: Cannot read property 'querySelector' of null #277
Comments
This bug is in the smart routing somewhere and can be reproduced on the demo page (http://projectstorm.cloud/react-diagrams/?selectedKind=Advanced%20Techniques&selectedStory=Smart%20routing&full=0&addons=1&stories=1&panelRight=1&addonPanel=storybook%2Fcode%2Fpanel) Drag a node off the bottom of the page to get the error. I tried digging into the code, but it's too advanced for me to figure out. I'm guessing the issue is somewhere in the PathFinding (https://github.com/projectstorm/react-diagrams/blob/master/src/routing/PathFinding.ts) or in the getCanvasMatrix type code in the engine. Apologies for not being able to be more helpful! |
Hello, I somehow managed to fix this issue by #384 so let's see if the review will pass. |
…mart-route-canvas-null-check issue-277 few null checks to avoid crash when node went under bottom …
Any update on this ? I'm having the same problem .. |
The issue is when you drag something outside the svg area So the pathfinding calculation can not find the coordenates here: https://github.com/projectstorm/react-diagrams/blob/master/packages/react-diagrams-routing/src/link/PathFindingLinkWidget.tsx#L82 I tried adding something like this on the render in order to cancel the drag but that bring some other problems with the state machine
Is there a way to make so the SVG area its bigger than the container ? |
Application got crashed and received bunch of errors and warnings i.e.
Step to reproduce the bug:
<DiagramWidget smartRouting={true} className="srd-demo-canvas" diagramEngine={this.props.app.getDiagramEngine()} />
Step to reproduce the bug(visual):
Error and warning screenshots:
The text was updated successfully, but these errors were encountered: