Description of Issue: Copy this code into the editor. The fact that the links are not valid does not detract from the experiment.
<table>
<tbody>
<tr>
<td>
<div><a href="#"><img src=""></a></div>
</td>
</tr>
</tbody>
</table>
Once this has been pasted into the html view, save it and switch over to normal view. With your mouse click on the red x broken image. At the bottom of the editor you should see the tag tree. Click on the <div> tag in the tree and press "delete tag". Assuming you are trying this on the current demo (
http://cutesoft.net/example/general.aspx), you will notice that the <div> tag is removed from the tree.
We are using version 6.5 of the CuteSoft editor. On this version, the tree is not updated (<div> tag removed) until the user clicks on the image again.
I'd like to get confirmation this is actually included on version 6.6 (I didnt' see it in the list of items on "What's new in CuteEditor 6.6?" thread.
Thanks, Tom