Sublime Forum

Bug: ST crashes when calling `view.show_popup` with `img` tag to invalid file

#1

ST crashes when calling view.show_popup with an img tag to an invalid file. Is this a known bug?

content = '<img src="[INVALID PATH]" alt="Figure: oma.png" />'
view.show_popup(content)
0 Likes