I was doing some searching to find out why Firefox keep hanging on my phpAdsNew code that I had in the header of each post.
After reading most of this thread till page 10 I got an idea of why Firefox hangs when you use the quick reply.
Basically when the AJAX is run Fixfox attemps to run the javascript and hangs. so I added <if condition="!$post['islastshown']"> around my ad code so that it would not attempt to run the code at the time the quick replay was posted and FireFox started working just fine.
Hope that helps anyone who is looking for the information I was looking for!
|