-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8075 from ckeditor/i/8026
Fix (list): List styles plugin will no longer cause the editor to crash when indenting a list item that is the last element in the editor. Closes #8072. Fix (list): Undo will restore the proper value of the list-style-type attribute in the View element after undoing merging different lists. Closes #7930. Fix (list): Fixed a bug that prevented using the same value of the List style feature for nested lists. Closes #8081. Internal (list): The mechanism that merges two lists and inherits their list styles will not crash while deleting content (lists with different values of the listIndent attribute) in a nested list. Closes #8073. Internal (list): The listStyle attribute will be inherited when deleting nested lists. The previous implementation added in #7879 handled lists with the listIndent=0. See #8073.
- Loading branch information
Showing
2 changed files
with
216 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters