Closed riaandewit closed 10 years ago
Maybe I'm being dense: What references to doc.body.clientHeight? I see no such references in the code base.
EDIT: Oops, yup. I'm the dense one. Do you get any script errors? doc is the document contained in the embedded iframe while document is the outer document. I think we want doc in this case.
500 errors are surprising! That's a server response and the details of scrolling shouldn't impact that.
Did you recently update impatient-mode from elpa? If so, try restarting emacs.
Resolved by #10
Hi there I'm not sure whether this is an actual issue, or I'm dense or something, but I was getting 500 errors when running impatient-mode.
Digging around a bit, I found references to doc.body.clientHeight were causing problems. Changing it to document.body.clientHeight sorted things out for me.
Not sure whether you want/need to change anything, but thought I'd let you know, to be on the safe side.
Thanks for a FANTASTIC system.