Opened 14 years ago

Last modified 13 years ago

#8078 closed Bug

Remove heading style problematic — at Version 2

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.6.1
Keywords: Cc:

Description (last modified by Garry Yao)

  1. Load the editor with following content and text range selection:
    <h1>h[eadi]ng</h1>
    
  2. Open "Format" combo and select heading 1 style to remove it from selection;
    • Actual Result:
      heading
      
    • Expected Result:
      <p>heading</p>
      

Change History (2)

comment:1 Changed 14 years ago by Garry Yao

Status: newconfirmed

Regression of [6983].

comment:2 Changed 14 years ago by Garry Yao

Description: modified (diff)
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