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
There are several stories that are still not working as the mxGraph examples.
The problems are due to bug in maxGraph and/or bug in the Story itself.
The stories were historically written in JavaScript and some have been written to TypeScript. Stories written in TypeScript
have already been reviewed and generally better work that the ones written in JS (but bugs still exists)
are easier to maintain
better catch bugs
Here, we provide a central place to help tracking problems in Stories and their resolution.
Guidance to fix the issues
follow the information provided in the Pull Request template, in particular, fix one story per PR
Examples fixed #88 contains valuable information that can help for fixes but DO NOT create such a big PR
if possible, try to migrate the story to TypeScript if it is still written in JavaScript. Providing a first PR to migrate it to TS prior implementing a fix is possible.
List of tracked issues
See the sub-issues list below.
If you think that some issues are missing, create a new sub-issue.
Describe the bug
There are several stories that are still not working as the mxGraph examples.
The problems are due to bug in maxGraph and/or bug in the Story itself.
The stories were historically written in JavaScript and some have been written to TypeScript. Stories written in TypeScript
Here, we provide a central place to help tracking problems in Stories and their resolution.
Guidance to fix the issues
List of tracked issues
See the sub-issues list below.
If you think that some issues are missing, create a new sub-issue.