#7241 closed Bug (fixed)
Select table adds <br>
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.5.1 |
Keywords: | Cc: |
Description
- Load this HTML:
<table> <tbody> <tr> <td>cell1</td> <td>cell2</td> </tr> <tr> <td>cell3</td> <td>cell4</td> </tr> </tbody> </table>
- Click inside any table cell.
- In the elements path, click on "table".
Note that an additional space is appended to the bottom of the table.
In source view, this is what we have:
<table> <br /> <tbody> <tr> <td> cell1</td> <td> cell2</td> </tr> <tr> <td> cell3</td> <td> cell4</td> </tr> </tbody> </table> <p> </p>
Both the <br> and the <p> are unwanted.
Introduced with CKEditor 3.5.1.
Change History (5)
comment:1 Changed 14 years ago by
Component: | General → Core : Tables |
---|---|
Status: | new → confirmed |
- the <p> is also possible to reproduce by updated /tt/4809 un r6505 ( I thought that the <p> below the table was expected, so first i added this to test result)
- the <br /> tag appears to me in firefox 3 on the bottom of table:
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:4 Changed 14 years ago by
I could still reproduce this on nightly build.it is still adding after the table.Please re open this ticket.
comment:5 Changed 13 years ago by
Cc: | satya_minnekanti@… removed |
---|---|
Keywords: | IBM removed |