Browser issue Editor removes alignment after unlist

refael

Well-known member
Steps:

1. Write few words
2. Select the line, and click on Ordered List button
3. Align to right

It will look like this:
  1. Text Text Text Text Text Text...​

4. Click again on Ordered List button to unlist it


The right alignment is removed as well.
 
Incidentally, TinyMCE seems to do this as well.

Though in our case, we're actually proxying through to the browser for this handling (all of the list insertion/removal). As such, there aren't really any feasible changes that could be made (as it would generally require writing an entire implementation of the behavior).
 
Top Bottom