padefla / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Exhibit - Get Operation Aborted errors with IE 6 and 7 #372

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Any Exhibit visualisations I try result in Operation Aborted errors with
IE6 and IE 7.

The Microsoft KB article referenced in the error dialog on this seems
pretty comprehensive:
http://support.microsoft.com/kb/927917/en-us 
They suggest this problem occurs because a child container HTML element
contains script that tries to modify the parent container element of the
child container. The script tries to modify the parent container element by
using either the innerHTML method or the appendChild method.

Works okay with IE 8, Firefox and Safari. However performance is not great,
especially in IE8.

Unfortunately many corporations and government departments still use IE 6
and 7 and I am not going to be able to force them to upgrade!

Original issue reported on code.google.com by mitchell...@gmail.com on 24 May 2010 at 2:49

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:50