Javascript error: unterminated string constant
Added by Smitty . over 14 years ago
Hello again,
I'm almost finished with the application that I am working on, but I'm noticing a problem with compatibility between browsers (isn't that a surprise? =P). In IE 8 a window pops up and says the page may not display correctly because of an unterminated string constant? I'm not using any of my own JS code, so it's all Wt generated. Also, in Safari the page is also blank, but with no error. My guess is that they are both caused by the same problem.
Does anyone know what might cause this? Or how to fix it?
Thanks.
Replies (2)
RE: Javascript error: unterminated string constant - Added by Koen Deforche over 14 years ago
Hey Grant,
That sounds like a bug in the library. Can you isolate it into a small test-case and/or narrow it down to a paritcular widget ?
Regards,
koen
RE: Javascript error: unterminated string constant - Added by Smitty . over 14 years ago
I'll do my best to narrow down the issue, but I will say that if I disable Javascript, then it works fine.
If I can't find the solution I could just disable Javascript in Wt, but I really want to avoid that.