Opened 10 years ago

Closed 10 years ago

#12311 closed Bug (fixed)

Removeformat doesn't remove cite element

Reported by: Marek Lewandowski Owned by: Artur Delura
Priority: Normal Milestone: CKEditor 4.4.5
Component: General Version:
Keywords: Cc:

Description

Create a cite element and try to remove it with Remove Format button.

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. use following source
    <p>foo <cite>bar</cite> baz</p>
    
  3. go back to wysiwyg mode and select all ( CTRL + A )
  4. use a Remove Format button

Expected result:
Cite element should be removed: <p>foo bar baz</p>

Current result:
Cite element remains: <p>foo <cite>bar</cite> baz</p>

additional info:

  1. Tested with FF and Chrome

Change History (4)

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

Milestone: CKEditor 4.4.5
Status: newconfirmed

comment:2 Changed 10 years ago by Artur Delura

Owner: set to Artur Delura
Status: confirmedassigned

comment:3 Changed 10 years ago by Artur Delura

Status: assignedreview

Changes and tests in branch:t/12311.

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

Resolution: fixed
Status: reviewclosed

Fixed on master with git:b373ace. Check my commit which I added to the branch.

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