even IE10 doesn't have a complete (no) stacktrace at all, it's hard to debug ... This error can be caused by several other things: / In my case, I try to parse the form in one JS object and still get this error SCRIPT28: from the stack space, even if no events are bound to inputs and do not trigger any event.
But I noticed that when the browser mode is: IE9 document mode: IE7 --- I will get this error (i.e. on dell.com) --- when I manually switch to Document mode: IE9 , this error disappears ...
EDIT:
successfully solved my problem:
I used: console.log (JSON.stringify (object));
the object contained thousands of parameters from selectbox ... so even too much console.logging can call SCRIPT28: from the stack space (especially when used with JSON.stringify)
source share