﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9023	Removing list formatting strips the id from the contents within the removed list	mgrove		"'''Steps to Reproduce'''[[br]]
1. Paste the following into ""Source"" view:
{{{
<p id=""TEST"" class=""headerInfo"">Text</p>
}}}
1. Leave Source view and highlight ""text"".
1. Click the ""Insert/Remove Bulleted List"" button to apply the ul/li formatting
1. Click the ""Insert/Remove Bulleted List"" button again to remove the ul/li
1. Review ""Source"" view of html

'''Expected Result'''[[br]]
{{{
<p id=""TEST"" class=""headerInfo"">Text</p>
}}}



'''Actual Result'''[[br]]
{{{
<p class=""headerInfo"">Text</p>
}}}

"	Bug	confirmed	Normal		Core : Lists	3.0			
