﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8189	Empty [link] tag causes content and structure loss	spgard		"In the demo or nightly demo, go into source view, delete existing HTML, and paste in the following:

<table>
<tr>
<td> Left cell</td>
<td>
<p>First paragraph.</p>
<p>Second paragraph, with an empty link tag in it <link />.</p>
<p>Third paragraph.</p>
</td>
<td>Right cell</td>
</tr>
</table>

Switch to WYSIWYG view.  The table, row, and cells are gone, as is the content for the left cell and the first 2 paragraphs of the center cell.  I've gotten this result on the latest versions of Opera, Firefox, Chrome, IE, and Safari (all on Windows).

This is skeleton HTML for what we've seen from several of our clients.  The empty <link /> tag is the problem - everything is fine if you remove that.  I know that shouldn't be there but we have clients who are getting it by copying and pasting content from web pages that already have it in them.  One source of this content was Up!CMS.  Browsers correctly handle the empty link tag, but CKEditor goes a bit nuts with it.
"	Bug	confirmed	Normal		General	3.1			
