Actions
Defect #18223
closedTable renders wrong if a trailing space is after | symbol
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Also mentioned by Stephan Brönnimann in #14038#note-8
Table renders wrong is a space is after | symbol.
| 1.1 | 1.2 | | 2.1 | 2.2 | <-space here | 3.1 | 3.2 | | 4.1 | 4.2 |
1.1 | 1.2 |
2.1 | 2.2 |
3.1 | 3.2 |
4.1 | 4.2 |
Files
Related issues
Updated by Toshi MARUYAMA about 10 years ago
- Status changed from New to Closed
#14038 is still open.
Updated by Toshi MARUYAMA about 10 years ago
- Related to Defect #14038: Ordered/unordered lists inside table cell are mangled added
Updated by @ go2null almost 10 years ago
I am not sure this is a defect.
Any character after the | works as a line continuation character to have multi-line text in a cell, or to dynamically create a multi-column table.
With this view, the issue is more that the space is not visible in the browser, so the user doesn't know it there.
However, if you Preview (or after Submit) it is easily spotted and corrected.
Updated by Jens Krämer over 9 years ago
- File redmine_18223.diff redmine_18223.diff added
Attached is a patch that fixes this (without breaking the original fix from #14038). Test case included.
Updated by Jean-Philippe Lang about 9 years ago
- Subject changed from Table renders wrong is a space is after | symbol. to Table renders wrong if a trailing space is after | symbol
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed in r14611, thanks.
Actions