This only crashes when there are radio buttons (without the
name attribute) and anchor tags in the html of the layer.
There may be more elements that cause the crash, but I have
not yet found them. I am at a total loss as to how to fix
this, as I believe it is a browser bug, and Microsoft has
vowed to stop supporting IE for the mac.
Any suggestions would be helpful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=608186
I managed to track the error to the line:
<code>this.children[this.children.length] = c;</code>
In p.addChild in file /src/api/event.js line 140.
This only crashes when there are radio buttons (without the
name attribute) and anchor tags in the html of the layer.
There may be more elements that cause the crash, but I have
not yet found them. I am at a total loss as to how to fix
this, as I believe it is a browser bug, and Microsoft has
vowed to stop supporting IE for the mac.
Any suggestions would be helpful.