Opened 14 years ago
Closed 12 years ago
#7197 closed Bug (expired)
div replace <p> issue
Reported by: | Carl | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.3.2 |
Keywords: | Cc: |
Description (last modified by )
when i edit the content of a div using the div replace option and save the output there is an empty paragraph at the beginning of the text. how do i get rid of this? example:
this is the original text:
<div> <p>This is an example</p> </div>
this is the outputted text when i have finished editing
<div> <p> </p> <p>This is an example</p> </div>
The <p> </p> appears when i click to edit it. how do i stop this?
Change History (3)
comment:1 Changed 14 years ago by
Component: | Core : Parser → Core : Output Data |
---|---|
Keywords: | div replace p removed |
Status: | new → pending |
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Not reproducible in CKEditor 3.6.4
Possibly connected to TT#6604 r6502 - additional line is added when test is run under Firefox.
@doddsey_65 which browser do You use?