You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About the error:
I have tried several tests, it appears when the user tries to index lists of different types within ckeditor.
lists.mp4
As you can see in the video, when the first list type is selected, the inline style tag "list-style-type:upper-latin;" is added, but when the user indents with the tab key, the editor changes the list type without adding the inline style.
I'm implementing the custom version of the library
Hey! This is a default behavior, we style one level of the lists, the others come from default stylesheets. Related improvement could be ckeditor/ckeditor5#10862, and other related to defining custom lists.
About the error:
I have tried several tests, it appears when the user tries to index lists of different types within ckeditor.
lists.mp4
As you can see in the video, when the first list type is selected, the inline style tag "list-style-type:upper-latin;" is added, but when the user indents with the tab key, the editor changes the list type without adding the inline style.
I'm implementing the custom version of the library
Files:
Custom configuration
This is my package.json file
I´m using Angular 16.2.12
Thank you very much in advance, in the event that this is not a bug at all.
The text was updated successfully, but these errors were encountered: