TypeError: undefined is not an object (evaluating 'p.scroller.scrollTop')

TypeError: undefined is not an object (evaluating 'p.scroller.scrollTop')

rfitzwaterrfitzwater Posts: 57Questions: 5Answers: 1

https://ecr.rider.edu/ecr/main.php?term=202310#

After updating to 1.12, I am now getting this error when trying to load page:
TypeError: undefined is not an object (evaluating 'p.scroller.scrollTop')

In my initial debugging of this issue, the problem goes away if I delete the Saved State file (from developer mode in browser) and refresh. Subsequent refreshes cause the error again.

Any help would be appreciated.

Replies

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin

    Hi,

    I've not been able to reproduce this locally, but I can see it clearly in your example. I'm not sure what I'm missing to reproduce it so we could add it to our test cases unfortunately. However, looking at the code, I can see what would cause such an error and as such I've made this commit to address the issue (I'm wondering if it is due to the use of YADCF).

    The fix will be in the nightly shortly and I'll do a patch release of Scroller soon.

    Allan

Sign In or Register to comment.