hexonaut / haxe-dom

A cross-platform implementation of the DOM. Built to reduce duplicate code across server and client.
MIT License
46 stars 4 forks source link

Storing the same reference to text node #4

Closed hexonaut closed 10 years ago

hexonaut commented 10 years ago

Multiple references to the same text node are not restored properly. This is because there is nowhere to store an id number for text nodes in a clean way. Need to find a work around for this.