Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lists lose their inline style when they are indented. #406

Closed
juliancalderone opened this issue Feb 14, 2024 · 2 comments
Closed

Lists lose their inline style when they are indented. #406

juliancalderone opened this issue Feb 14, 2024 · 2 comments
Labels
resolution:resolved This issue was already resolved (e.g. by another ticket).

Comments

@juliancalderone
Copy link

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.

@Witoso
Copy link
Member

Witoso commented Feb 15, 2024

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.

@Witoso Witoso added the pending:feedback This issue is blocked by necessary feedback. label Feb 15, 2024
@juliancalderone
Copy link
Author

Hi @Witoso Thanks for your answer !

@Witoso Witoso closed this as completed Feb 15, 2024
@Witoso Witoso added resolution:resolved This issue was already resolved (e.g. by another ticket). and removed pending:feedback This issue is blocked by necessary feedback. labels Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:resolved This issue was already resolved (e.g. by another ticket).
Projects
None yet
Development

No branches or pull requests

2 participants