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
Issue: Bullet points are converted to font and size
Expectation: Bullet points are converted to list items [li] ... [/li]
Pasting text from word
Google Chrome: Version 107.0.5304.107 (Offizieller Build) (64-Bit)
From Word
After Pasting
Result after pasting
Test
[font=Symbol]·[size=1][font=Times New Roman] [/font][/size][/font]1
[font=Symbol]·[size=1][font=Times New Roman] [/font][/size][/font]2
[b]Test[/b][i]click here[/i] some other text
Expected result for pasting
Test
[ul]
[li]1[/li]
[li]2[/li]
[/ul]
[b]Test[/b][i]click here[/i] some other text
The text was updated successfully, but these errors were encountered:
Thanks for reporting. This is caused by Word copying lists as paragraphs so the editor is converting exactly what Word has copied.
I'm planning to add a plugin to detect content pasted from Word and fix it to use real lists as well as some of the other issues Word creates which should fix this.
Marking this as an enhancement as this isn't a bug in the editor, the issue is the HTML generated by Word is not what is expected.
Steps to reproduce the problem
Issue: Bullet points are converted to font and size
Expectation: Bullet points are converted to list items [li] ... [/li]
Google Chrome: Version 107.0.5304.107 (Offizieller Build) (64-Bit)
From Word
After Pasting
Result after pasting
Test
[font=Symbol]·[size=1][font=Times New Roman] [/font][/size][/font]1
[font=Symbol]·[size=1][font=Times New Roman] [/font][/size][/font]2
[b]Test[/b][i]click here[/i] some other text
Expected result for pasting
Test
[ul]
[li]1[/li]
[li]2[/li]
[/ul]
[b]Test[/b][i]click here[/i] some other text
The text was updated successfully, but these errors were encountered: