-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When using MUIA_HTMLview_Contents to set the HTMLview contents, there seems to be a problem with resolving external files. Consider the following code:
set(obj, MUIA_HTMLview_Contents, "<html><head></head><body>Hello World<br><hr><br><img src=\"test.png\"></body></html>")
"test.png" is never displayed although it is in the program directory. I checked with SnoopDOS and HTMLview.mcc seems to look for a file ".png" which of course fails. I don't know why it strips the "test" from the filename passed to <img src=>.
Please fix.
Metadata
Metadata
Assignees
Labels
No labels