Opened 16 years ago
Closed 16 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
- Open the replace by class example page in FF;
- Click 'New Page' to empty document;
- Click on 'Format' combo to open dropdown, select 'Heading 1'
- Switch to 'Source' mode;
- Expected Result: The initial paragraph was converted into <h1>
<h1> <br /> </h1>
- Actual Result:
<p> </p> <h1> <br /> </h1>
- Expected Result: The initial paragraph was converted into <h1>
Change History (4)
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 follow-up: 3 Changed 16 years ago by
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
My fault, yes, fixed by #3608.
This's supposed to be fixed by [3806].