Ticket #315 (new defect)

Opened 19 months ago

Last modified 6 months ago

Problems with collapsed cells in tables

Reported by: JeremyRuston Owned by:
Priority: minor Milestone: 2.5
Component: core Version:
Severity: medium Keywords:
Cc:

Description (last modified by JeremyRuston) (diff)

There are a number of problems with collapsing cells in tables documented here:

Here are a few examples that puzzle me, you can try those examples in TW: 

the 2x2 section is displayed as I expect here 
|!one|!two|!three| 
|>| 2x2 |1| 
|>|~|1| 

But when I try to move the 2x2 section on the "right" of the array, 
problems start to appear: 
what should I do? 
|!one|!two|!three| 
|1|>| 2x2 | 
|1|>|~| 

Then when I add a row to the previous example, a "fourth column" 
mysteriously appears: 
|!one|!two|!three| 
|1|>| 2x2 | 
|1|>|~| 
|~|x|y| 

Another example. This table displays only two rows instead of three 
|!one|!two|!three|!four| 
| 1x2 |>| 2x1 |a| 
|~|b|c|d| 
|e|~|~|~| 

And yet, when I add one more value in the last row, the table now 
displays correctly 
|!one|!two|!three|!four| 
| 1x2?? |>| 2x1 |a| 
|~|b|c|d| 
|e|~|f|~| 

Change History

Changed 19 months ago by JeremyRuston

  • description modified (diff)

Changed 15 months ago by MartinBudden

  • priority changed from undefined to minor
  • severity changed from undefined to medium
  • milestone set to 2.3

Changed 10 months ago by MartinBudden

  • milestone set to 2.3.1

Changed 8 months ago by MartinBudden

  • milestone changed from 2.3.1 to 2.4

Changed 6 months ago by MartinBudden

  • milestone changed from 2.4 to 2.5
Note: See TracTickets for help on using tickets.