Ticket #912 (closed defect: fixed)
Cell merge broken
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_TableOperations | Version: | trunk |
| Severity: | normal | Keywords: | table merge firefox |
| Cc: |
Description
Clicking on a single cell in the table and then clicking on the merge button will produce the following error in Firefox:
Error: cells has no properties Source File: xinha/plugins/TableOperations/table-operations.js Line: 652
this relates to:
var cells = rows[i]; for (var j = 0; j < cells.length; ++j) {
// j && (HTML += " "); var cell = cells[j]; HTML += cell.innerHTML;
(i
j) && (cell.parentNode.removeChild(cell)); }
In Internet Explorer 6 this will produce a prompt to ask how many cells to merge. (This is also broken in IE7, see ticket #908).
This is using the files as of revision [673]
David G. Paul (jedi58)
Change History
Note: See TracTickets for help on using tickets.Download in other formats:
