Defect #2346
Table cell with multiple line text.
| Status: | Closed | Start date: | 2008-12-16 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Wiki | |||
| Target version: | 0.9.0 | |||
| Affected version: | Resolution: | Fixed |
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)
Related issues
Associated revisions
Allow line breaks in wiki table cells (#2346).
History
Updated by youngseok yi about 3 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 about 3 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 3 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 Stanislav German-Evtushenko over 2 years ago
same for me
Updated by Jean-Philippe Lang over 2 years ago
- Status changed from New to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Fixed in r2824.