Opened 8 years ago
Last modified 8 years ago
#9808 confirmed Bug
Bogus <br> is inserted after nested table
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 4.0 Beta |
Keywords: | Cc: |
Description (last modified by )
- Open any sample.
- Insert table (with cell padding and cell spacing set to 0).
- Place caret inside table cell.
- Insert next table (with cell padding and cell spacing set to 0).
- Expected: Nested table fills entire outer table cell.
- Actual: There's free space at the bottom of table cell. It's caused by bogus
<br>
.
This behaviour was helpful in v3, but in v4 we can use magicline to place caret after the table.
Perhaps more cases may be find in which we create unnecessary paragraphs/bogus brs to allow caret positioning.
Change History (4)
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.0 → 4.0 Beta |
comment:4 Changed 8 years ago by
#9613 was marked as duplicate because this ticket has milestone set.
comment:5 Changed 8 years ago by
Milestone: | CKEditor 4.0.2 |
---|
I was able to reproduce this from CKEditor 4 beta in every browser.
Please note that this issue is also reproducible in CKE 3.x but due to paragraph element being inserted after table. In CKEditor there is no paragraph (magic line takes care of this) thus such empty space should not show up.