I have a rails application in which I use scriptaculous, prototip, controlMModal (livepipe.net). I get an error in IE 7 and 8 as a webpage error (warning window) Error
"Stack overflow on line 1715"
Used versions: scriptaculous v 1.8.3 prototype 2.2.0.2 prototype 1.6.1 controlmodal 2.2.3 (livepipe.net)
I think this is a prototype error. you need to change some lines of code in the prototype.js file as explained here
In the topic, IE has a lower call stack threshold than other browsers. For example, in Firefox you can call 3000 functions before.
Make sure your code works too much and if you can break up the mini-tasks.
Source: https://habr.com/ru/post/1309180/More articles:NSUserDefaults not present on first run on simulator - iphoneWhat to add to git repo? - gitWhat is the proper lag for an asynchronous server socket? - c #How to save text inside a circle using Cairo? - pythonLinq-to-SQL and performance - linqC ++ - Print objects from a set - c ++Constructors in programming languages - javaSleeping thread until an event is visited in another thread from another class - javaHow to check if the result of select mysql expression has a value or not in php? - phpJava freopen equivalent - javaAll Articles