Opened 13 years ago
Closed 13 years ago
#8762 closed Bug (invalid)
Empty table cells are not visible
Reported by: | sukanya | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
1:Click on ' Table' icon & select any number of rows and columns ( 3 rows & 2 columns)
- Enter any data in table rows and columns leaving any cells ( Ex: Leave last 2 cells as empty in 2nd & 3rd rows as shown in attached screenshot)
- Click on 'Save' button
- Observe the Table inserted in Content pane ( The cells do Not display in which data is empty)
Attachments (1)
Change History (3)
Changed 13 years ago by
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is the consequence of using config.fillEmptyBlocks = false;
Some browsers like IE6 or IE7 don’t respect empty td and don't display them.
when we click source editor it showing <html>
/* EDITOR INSERTED BEGIN */ /* EDITOR INSERTED END */ POST--></div>
</html>
But we are expecting the table should be <html>
/* EDITOR INSERTED BEGIN */ /* EDITOR INSERTED END */ POST--></div>
</html>