[wp-trac] [WordPress Trac] #45636: Html edit mode in Gutenberg editor doesn't work as expected
WordPress Trac
noreply at wordpress.org
Fri Dec 14 08:57:45 UTC 2018
#45636: Html edit mode in Gutenberg editor doesn't work as expected
--------------------------+-----------------------------
Reporter: skarabeq | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.0.1
Severity: major | Keywords: needs-patch
Focuses: |
--------------------------+-----------------------------
When I disable visual editor and after that I can't add the paragraphs!
When I add for example:
{{{
<div>test</div>
<p>test2</p>
}}}
After save it is
{{{
<div>test</div>
test2
}}}
Same as the problem when I switch from visual editor to code editor. This
is unexpected behavior. In code editor I have to be able to add html code
doesn't matter what html tags I use.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45636>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list