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

  1. Use source (remember about ACF):
<dl><dt>Foo</dt><dd>bar</dd></dl>
  1. Make selection in "Foo".
  2. 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 Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: newassigned

comment:2 Changed 10 years ago by Piotrek Koszuliński

Resolution: fixed
Status: assignedclosed

Fixed with git:bf353ce.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy