Opened 15 years ago
Last modified 14 years ago
#5487 closed Bug
Fullpage writer problem with line-break — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
Environment
All IE versions.
Reproducing Procedures
- Load the 'Full Page Support' sample page;
- Press 'Enter' key at the end of the first paragraph to create a new empty line;
- Switch to source mode:
- Actual Result:
<html> <head> <title>CKEditor Sample</title> </head> <body> <p> ...</p></body> </html>
- Expected Result: There's a line break before closing </body>
<html> <head> <title>CKEditor Sample</title> </head> <body> <p> ...</p> </body> </html>
Change History (2)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
Changed 15 years ago by
Attachment: | 5487.patch added |
---|