lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Exception on engine shutdown #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When the engine is shutdown, and exception occurs regarding the deletion of a 
DOM node.  Most likely related to trying to remove a context twice.

Original issue reported on code.google.com by bfatt...@gmail.com on 19 Jul 2010 at 1:31

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 19 Jul 2010 at 1:34

GoogleCodeExporter commented 8 years ago
When the default context was destroyed, it would try to remove any context 
elements from the DOM.  This would fail if the object wasn't a context.  This 
has been fixed.

Original comment by bfatt...@gmail.com on 20 Jul 2010 at 9:13

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 9 Nov 2010 at 2:41