You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took a look at if Temml could work under a Qt WebEngine browser and it works, although setting display mode to true generates an error and does not generate an output.
*** JavaScript Message: "Uncaught TypeError: Cannot set property 'display' of undefined"
* line: 608
* source ID: "file:///Users/scheiba/Library/Application%20Support/SuperCollider/Help/lib/temml-0.10.27/temml.js"
The qt version I used was 5.15.10. which has the navigator.userAgent
Mozilla/5.0 (Macintosh; Intel Mac OS X 13_6_6)
AppleWebKit/537.36 (KHTML, like Gecko)
QtWebEngine/5.15.11
Chrome/87.0.4280.144
Safari/537.36
I used the temml-0.10.27.
Do you have an idea what could be the problem in this case?
The text was updated successfully, but these errors were encountered:
capital-G
changed the title
TypeError Cannot set property 'display' of undefined" * line: 608 in Qt WebEngine
TypeError Cannot set property 'display' of undefined in Qt WebEngine
May 16, 2024
Hi,
I took a look at if Temml could work under a Qt WebEngine browser and it works, although setting display mode to
true
generates an error and does not generate an output.I commented out said line
Temml/src/mathMLTree.js
Line 64 in 57c88a7
and then it started working.
The qt version I used was
5.15.10.
which has thenavigator.userAgent
I used the
temml-0.10.27
.Do you have an idea what could be the problem in this case?
The text was updated successfully, but these errors were encountered: