Opened 13 years ago
Closed 13 years ago
#8611 closed Bug (wontfix)
An extra blank space inserted after br tag within li tag is exposed when using <shift+enter> to insert a new line
Reported by: | IBM_RQM | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.0 |
Keywords: | Cc: |
Description
How to reproduce:
- Create a list with two line list details
- Move the cursor to the end of first line
- Press Shift + Enter to insert an line feed
- Open Firbug to check the xml code, you will see there are two br tags followed the first line content within the li tag.
- Switch it to Preview mode and check the xml code with Firebug, you will see there is only one br tag.
- Save it
- Check the html code get by CKEditor's getData() method, you will find that here is an extra blank space inserted after a br tag within that li tag.
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | list_in_firebug_html_preview_mode.png added |
---|
Changed 13 years ago by
Attachment: | exposed_html_code.png added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Version: | 3.6.2 → 3.0 |
Easier test case is changing points 5 and 6 from:
- Switch it to Preview mode and check the xml code with Firebug, you will see there is only one br tag.
- Save it
to Switch to Source mode.
Although not expected this is something that we can not do with out. If this space was not there the second line (new empty line) wouldn't be visible anymore in output page.
Could I get an update of this defect status. Thanks!