khaivngo / QuickEval

GNU General Public License v2.0
3 stars 4 forks source link

Category judgement: Uncaught ReferenceError: Sortable is not defined #92

Closed mariuspedersen closed 7 years ago

mariuspedersen commented 7 years ago

There is a problem in category judgement. It does not show images, and the error shown is "Uncaught ReferenceError: Sortable is not defined" ratingExperimentScript.js:26

mariuspedersen commented 7 years ago

After the fix of the rank order (commit 90) it seems like the image is shown, but the "next" button and the "reset panning" button is missing.

khaivngo commented 7 years ago

I'm having a hard time reproducing the problem, could it be local caching issues? Try using incognito(ctrl+shift+n) if you are on Google Chrome.

mariuspedersen commented 7 years ago

In the latest version (after commit 90) I cannot recreate the referenceerror. However, for me the buttons are missing (see attached picture). Also, the planning does not work in IE, but it is working in chrome. catjudgemissingbutton

khaivngo commented 7 years ago

@mariuspedersen try with the latest commit: 45ac8dbb4df9a4511f654468a7a721bba52fd78b

mariuspedersen commented 7 years ago

Now it shows the button and the dropdown for the category, but the images are not shown, and the dropdown for the category is blank. catproblem

UPDATE: Strike that. I had to close the incognito window and reopen. Now it works.