This issue is actually fixed in 6.2 SP1. I am not sure why you are getting the same issue. Still, there is work around to resolve this:Code: getDocHeight: function (doc) { doc = doc || document; var body = doc.body, html = doc.documentElement; var height = Math.max(body.scrollHeight, body.o...