More details to come, just wanted to get this issue started.
Basically i have an link that ajax's in javascript which updates a div's content with new html. This consistently seems to crash the IE7 browser process.
This does not happen if you are running IE8 with developer tools set to render in IE7 Browser Mode and IE7 Standards Document Mode.
More details to come, just wanted to get this issue started.
Basically i have an link that ajax's in javascript which updates a div's content with new html. This consistently seems to crash the IE7 browser process. This does not happen if you are running IE8 with developer tools set to render in IE7 Browser Mode and IE7 Standards Document Mode.
here is a snippet of the link click event :
The ajax response looks something like this :
I am using
1.0.2
ofjquery.autoellipsis
.I've tried these version of
jquery
as well and all have the result :1.5.1
1.5.2
1.6.4
1.7.1
I am going to work on isolating this scenario in a self contained file (or set of files) and report back.
thanks !