Opened 13 years ago
Closed 11 years ago
#8253 closed Bug (fixed)
Remove padding body block on output
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.5.4 |
Keywords: | Cc: |
Description (last modified by )
- Load the editor with following source:
<div> <p> foo</p> </div>
- Focus the editor before switch to source mode.
- Actual:
<div> <p> foo</p> </div> <p> </p>
- Expected: The last padding body paragraph created automatically by the editor is trimmed on output.
Change History (5)
comment:1 Changed 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
Sorry my fault, I've changed the desired input to reproduce it.
comment:3 Changed 13 years ago by
Status: | pending → confirmed |
---|---|
Version: | 3.0 → 3.5.4 |
Acctually it's been reproducible from CKE 3.5.4 rev [6698]
comment:4 Changed 12 years ago by
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Works fine on master.
I could not reproduce the issue. Could you be more specific on this one?