Opened 13 years ago
Last modified 11 years ago
#8253 closed Bug
Remove padding body block on output — at Version 2
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 (2)
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.
I could not reproduce the issue. Could you be more specific on this one?