I am trying to implement the mxgraph. For non html value in the node or edge it's working fine but whereas for html value it's throwing the error cell.getParent is not a function.
Even I set the html options as graph.setHtmlLabels(true); graph.htmlLabels = true;
Below is the image with html value for node
Below is the image without html value node
Error at the browser console