You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weird issue, if JavaScript within an EVAL block exceeds 4000 characters, it seems to truncate the remaining script and then try to execute it. An error will be thrown by javascript due to the script being incomplete. Any ideas?
The text was updated successfully, but these errors were encountered:
I've managed to resolve the issue. The issue only seems to affect Firefox. I've tested Chrome and I.E and they seem to be unaffected.
Taconite processes nodes. If the node length is too long (Around 4000 characters) Firefox seems to split the nodes up in to multiple nodes. The fix is to process the remaining nodes.
Weird issue, if JavaScript within an EVAL block exceeds 4000 characters, it seems to truncate the remaining script and then try to execute it. An error will be thrown by javascript due to the script being incomplete. Any ideas?
The text was updated successfully, but these errors were encountered: