Opened 10 years ago
Closed 10 years ago
#12273 closed Bug (fixed)
Block style applied in <dt> breaks HTML
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.4 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Use source (remember about ACF):
<dl><dt>Foo</dt><dd>bar</dd></dl>
- Make selection in "Foo".
- Apply block style like heading 1.
Expected:
<dl><dt><h1>Foo</h1></dt><dd>bar</dd></dl>
Actual:
<dl><h1>Foo</h1><dd>bar</dd></dl>
The same scenario works fine in lists so apparently someone implemented that special case, but forgot about other, similar scenarios.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with git:bf353ce.