Opened 14 years ago
Last modified 12 years ago
#8253 closed Bug
Remove padding body block on output — at Initial Version
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.5.4 |
Keywords: | Cc: |
Description
- Load the editor with following source:
<div>foo</div>
- Focus the editor before switch to source mode.
- Actual:
<div>foo</div> <p> </p>
- Expected: The last padding body paragraph created automatically by the editor is trimmed on output.