AztecEditor-iOS
AztecEditor-iOS copied to clipboard
Lists: When changing list style for one list item, change the style for the whole list
Expected behavior
I expect that I should be able to change a list style with these steps:
- Create a list in one style (e.g. unordered).
- Select part of the list, such as a single list item.
- Select a new list style (e.g. ordered).
I expect that this will change the entire list style, not just the style for the selected list item. This is how it works in Aztec for Android, Calypso, and (for comparison) Google Docs.
Actual behavior
When I select a single list item and select a new style, it only change the style for the selected list item.
Steps to reproduce the behavior
- Create an unordered list with multiple items.
- Select one item in the list.
- Select the ordered list button.
Result: The selected list item becomes ordered, but the rest of the list remains unordered.