The textblock paste handler doesn't check for nested formatting elements (everything else in ghostedit does), and it possible to paste (for instance) a <strong> tag inside another <strong> tag.
At the very least it needs to strip out nested tags, ideally it will do something clever so that pasting <em>llo</em> fred into <em>he|</em> (| marks cursor position) will not result in fred being italicised.
The textblock paste handler doesn't check for nested formatting elements (everything else in ghostedit does), and it possible to paste (for instance) a
<strong>tag inside another<strong>tag.At the very least it needs to strip out nested tags, ideally it will do something clever so that pasting
<em>llo</em> fredinto<em>he|</em>(| marks cursor position) will not result in fred being italicised.