Lumieducation / Lumi

Lumi is a Desktop App that offers a collection of tools to create, edit and share digital content with your class.
http://Lumi.education
GNU Affero General Public License v3.0
117 stars 23 forks source link

[Interactive Video]: it crashes when it reaches a free text content type #2102

Open JPSchellenberg opened 2 years ago

JPSchellenberg commented 2 years ago

Describe the bug The exported interactive video becomes unresponsive after reaching a free text task.

Environment (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. create an interactive video with a free text task.
  2. watch the video until the task. The whole html becomes unresponsive without throwing an error in the console.
sr258 commented 2 years ago

It's a bug / incompatibility with H5P.CKEditor. It loads scripts as base64 and tries to load more from this script which causes issues. It can be fixed, but I'm still working on a clean solution.