Opened 15 years ago

Closed 15 years ago

#3648 closed Bug (fixed)

Change paragraph format with empty document incorrect

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: Core : Styles Version:
Keywords: Confirmed Cc:

Description

Reproducing Procedures

  1. Open the replace by class example page in FF;
  2. Click 'New Page' to empty document;
  3. Click on 'Format' combo to open dropdown, select 'Heading 1'
  4. Switch to 'Source' mode;
    • Expected Result: The initial paragraph was converted into <h1>
      <h1>
      	<br />
      </h1>
      
    • Actual Result:
      <p>
      </p>
      <h1>
      	<br />
      </h1>
      

Change History (4)

comment:1 Changed 15 years ago by Garry Yao

This's supposed to be fixed by [3806].

comment:2 in reply to:  1 ; Changed 15 years ago by Garry Yao

Replying to garry.yao:

This's supposed to be fixed by [3806].

Sorry, [3806] should be #3806.

comment:3 in reply to:  2 Changed 15 years ago by Artur Formella

Replying to garry.yao:

Replying to garry.yao:

This's supposed to be fixed by [3806].

Sorry, [3806] should be #3806.

There is no #3806 :)
Do you mean #3608?

comment:4 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: newclosed

My fault, yes, fixed by #3608.

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