tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.09k stars 56 forks source link

Clicking link makes application unusable #192

Closed i2van closed 2 months ago

i2van commented 3 months ago

System

Windows 10, NetPad v0.7.0

Script

O2Html.Dom.TextNode.RawText("<a href='https://google.com'>Heading 1</a>").Dump();

Actual

image

And there is no way to get back to the editor.

Also error is not displayed all the time.

Expected

The way LINQPad works:

tareqimbasher commented 3 months ago

Ya I tried getting that implemented for the release but didn't make it. In the meantime try adding target="_blank"to your link.

i2van commented 3 months ago

Ya I tried getting that implemented for the release but didn't make it. In the meantime try adding target="_blank"to your link.

It opens link in separate NetPad window, which is weird.