augustom87
Results
2
issues of
augustom87
Hi! I see that in IE once you have created the arrows, if you move any node the arrows stays at the original position, but if you inspect the html...
I follow the error to : /\* select all text in element: taken from http://stackoverflow.com/questions/6139107/programatically-select-text-in-a-contenteditable-html-element */ GraphCreator.prototype.selectElementContents = function(el) { var range = document.createRange(); range.selectNodeContents(el); var sel = window.getSelection(); sel.removeAllRanges();...