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
go back into the wysiwyg editor and select all the contents by using your mouse
The bold button would be highlighted. Press it to remove the formatting.
the list splits up .. and the end contents look like
`
aa
bb
cc
dd
`
Workaround - If we do a select-all using "cmd + a" on mac os and then press the bold button, the list doesnt split up.
**Expected behavior:**
The list shouldn't break up when removing the bold formatting.
**Actual behavior:**
The list breaks up when removing the bold formatting.
The text was updated successfully, but these errors were encountered:
Arj-Shankar
changed the title
isues with strong tags and bullet points
bullet list issue with strong tags
Oct 31, 2024
Jodit Version: 4.2.5
Browser: Chrome
OS: Mac
Is React App: False
Reproduced on xdsoft.net: True
<strong> <ul> <li>aa</li> <li>bb</li> <li>cc</li> <li>dd</li> </ul> </strong>
Workaround - If we do a select-all using "cmd + a" on mac os and then press the bold button, the list doesnt split up.
The text was updated successfully, but these errors were encountered: