Opened 6 years ago
Last modified 6 years ago
#45691 new defect (bug)
In Code View Bolded Text Has Strong tag wrapped around each character
Reported by: | codingsince007 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.0.1 |
Component: | Editor | Keywords: | needs-patch needs-testing |
Focuses: | Cc: |
Description
When copying a word document over to create a new page, the formatting carries over...mostly. But when you look at the content in code view there are extra tags that is added which make the code look sloppy.
Here is a sample of the extraneous code added when viewing the code;
<p><strong>S</strong><strong>H</strong><strong>A</strong><strong>RING INFORMATION WITH ADVERTISERS </strong><strong>OR </strong><strong>OTHER THIRD </strong><strong>P</strong><strong>A</strong><strong>R</strong><strong>T</strong><strong>I</strong><strong>E</strong><strong>S</strong></p>
Why is it adding a strong tag around each character?
I am adding a screengrab of the Dev Tools and of WordPress 5.0 UI.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Guttenberg Code View Extra Tags Created