-
Notifications
You must be signed in to change notification settings - Fork 120
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
Default Ordered, Default Unordered and Unordered Dot list not showing up properly in editor or after edit. #242
Comments
Hello Jodit Team and Community, |
Hello Jodit Team and Community, |
Update: I used css to resolve this issue, but it would be better if this feature worked out of the box. So it's still a bug and should be resolved. Hope someone will be able to follow up and fix this. |
Hi @SanIbme Thanks. |
Hi @Prashant117,
|
Thanks @SanIbme, |
This is still an ongoing bug |
Thanks @SanIbme, it worked for me for the time being. |
Thank you very much! There were many days looking for a solution to this problem. |
Can you please help,how you integrated that into the editor? |
Thanks the scss worked for me. i used the className instead of ids and still worked. |
This worked for me, this is css code. I'm using jodit react v4.1.2, the user agent set up those styles, but not in my case (I saw it from Jodit's website) .jodit-wysiwyg ul { .jodit-wysiwyg ul ul { .jodit-wysiwyg ul ul ul { .jodit-wysiwyg ol { .jodit-wysiwyg ol ol { .jodit-wysiwyg td { |
Jodit Version: 3.4.xxxxx
jodit-react 1.3.39
Browser:
Chrome, Firefox
OS:
MacOS Sonoma
Is React App:
True (v17)
Code
Expected behavior:
Bullets would appear in editor during edit and once saved.
Actual behavior:
During Edit:
After Edit:
The text was updated successfully, but these errors were encountered: