Hi,
While trying to create a PDF of a survey, we saw it didn't worked and could pin it to an issue in rendering an HTML component.
The HTML content contained some ">>" signs to create visually a list. We replaced that with an Unordered List and the PDF worked again. So far so good.
The problem was that there was no correct error was thrown. Just an cannot read property of undefined (read "1")
in console when executing the save(filename)
method.
Could you may look into that as low prio? I am thinking of throwing an exception in the save function when rendering fails or may update the render function of html components…
Further the component is displayed correctly in the survey, so issues there, and version 1.9.139 is used.
Thanks