Bullet points in the editor do not work correctlyClicking the icon (UL or OL) encompasses all the text in the list.If I have some text here and I'd like a list here:Item 1Item 2Item 3Clicking the OL or UL list icon does this:If I have some text here and I'd like a list here:Item 1Item 2Item 3Instead of thisIf I have some text here and I'd like a list here:Item 1Item 2Item 3
I experience the same issue.
My work around is to use the source icon < > and then manually enter the HTML for the list.
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Thanks schmidtw Agreed - that's how I changed the ticket :)