numbas / editor

An editor for the Numbas e-learning system.
http://numbas.mathcentre.ac.uk
Apache License 2.0
59 stars 61 forks source link

Try another question like this one error with single question #88

Closed anthonyyoud closed 12 years ago

anthonyyoud commented 12 years ago

Clicking the Try another question like this one button in a single question preview gives the following error:

TypeError: Cannot read property 'top' of null
at Object.scrollTo [as carouselGo] (http://tallaght.ncl.ac.uk/numbas-previews/8a1c889d-438c-4520-9b4c-17c61f65bc1f/scripts/display.js:1159:48)
at Object.updateQuestionMenu (http://tallaght.ncl.ac.uk/numbas-previews/8a1c889d-438c-4520-9b4c-17c61f65bc1f/scripts/display.js:217:12)
at Object.show (http://tallaght.ncl.ac.uk/numbas-previews/8a1c889d-438c-4520-9b4c-17c61f65bc1f/scripts/display.js:359:16)
at Object.showQuestion (http://tallaght.ncl.ac.uk/numbas-previews/8a1c889d-438c-4520-9b4c-17c61f65bc1f/scripts/display.js:294:32)
at http://tallaght.ncl.ac.uk/numbas-previews/8a1c889d-438c-4520-9b4c-17c61f65bc1f/scripts/exam.js:513:14
at http://tallaght.ncl.ac.uk/numbas-previews/8a1c889d-438c-4520-9b4c-17c61f65bc1f/scripts/schedule.js:42:7
at http://tallaght.ncl.ac.uk/numbas-previews/8a1c889d-438c-4520-9b4c-17c61f65bc1f/scripts/schedule.js:63:4
christianp commented 12 years ago

aha! That was the change I made to display.js for the question theme!

christianp commented 12 years ago

(this should've been an issue in numbas/Numbas, by the way)