Defect #2346
closedTable cell with multiple line text.
0%
Description
As noted in help forum Multiple lines in table cell, I also miss table cell with multiple line text.
+----------+------------------------------------+ | redmine | Multiple projects support | | | Flexible role based access control.| | | Flexible issue tracking system | | | Gantt chart and calendar | | | News, documents & files management | | | etc. | +----------+------------------------------------+
If I want to make above table using textile wiki.
The syntax below would match the expected (using http://www.textism.com/tools/textile/index.php).
| redmine | Multiple projects support Flexible role based access control. Flexible issue tracking system Gantt chart and calendar News, documents & files management etc.|
But it doesn't match in redmine.
I must use rowspan '/6.' to make this looks as expected. It is very inconvenient for a very complex table.
- from http://code.whytheluckystiff.net/redcloth/wiki/HardBreaks
- comment from source:trunk/lib/redmine/wiki_formatting/textile/formatter.rb#L1955)
I hope redmine experts to check. (I'm total stranger to ruby or rails)
Files
Related issues
Updated by youngseok yi almost 16 years ago
youngseok yi wrote:
wrong link posted.
source:trunk/lib/redmine/wiki_formatting/textile/formatter.rb@2018#L43 is correct
Updated by youngseok yi almost 16 years ago
for a couple of check, this patch breaks quote syntax like below.:(
> this is quote >> this is double.
Updated by Rene S almost 16 years ago
We are affected by that too. After a migration from 0.7 to 0.8.1, a lot of tables are broken, because the newline is not handled correctly. Additionally all control commands within the cell are ignored, besides some simple bold/italic commands. So applying plain-html did not work either.
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Fixed in r2824.