Ticket #1163 (new enhancement)
TableOperations breaks if tables have a TH
| Reported by: | mharrisonline | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Improved table support |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When the TableOperations plugin performs an operation on a column or row, it is only coded to expect that every cell is a td. If a cell is a TH, it breaks the table and the user must undo and view source and perfom the table edit without the WYSIWYG.
This is different from ticket #640, which really is for the insertTable module to support creating tables with header rows and columns. This ticket relates to the granular problem that once a table with headers is in Xinha, Xinha cannot perform normal table operations on it. Such a table could already have been pasted, generated in Dreamweaver or Contribute, or created in Xinha with a modified insertTable function as described in #640.
