If I follow the steps below, it puts an extra empty item at the top of the list:
1. Type:
Item 1
Item 2
Item 3
2. Highlight three items and hit the bullet list button.
3. Highlight three items again and pick a color for the font. This is what it looks like:
It also loses its </li> tags which is really bad :P Here is the HTML:
<ul>
<li><span style="color: #ff6600">
<li>Item 1
<li>Item 2
<li>Item 3 </li>
</ul>
Through the Normal view it is nearly impossible to fix it. If you delete the empty item, the rest of the list gets all weird and the first item loses its bullet. Our customers are not all familiar enough with HTML to be able to get that extra line out of there in the HTML view. They definitely wouldn't be able to fix the missing close </li> tags.
Anyways, is there a fix for this? We have the latest version.