Defect #5533
closedEllipses at the end of snippets shouldn't be textilized
0%
Description
I just noticed that document snippets textilization on the document overview page (introduced in r3602) also textilizes the ellipse (…) at the end of the snippet. The ellipse should get added to the snippet only after it has been textilized, not the other way round.
Files
Updated by Felix Schäfer over 14 years ago
Any "unclosed" styling will apply to the ellipses, but they should'nt be styled to make clear that they are not part of the content.
"Just an example" might end as "Just and exam…" right now, or worse could get in the middle of a link and whatnot.
Updated by Gregor Schmidt over 14 years ago
The changes in application_helper to truncate the description will only remove full lines. That way only multi-line formattings will be broken. Links and simple text formatting with * and the like will remain intact.
The only multi-line formatting rule I could come up with is pre
.
When first applying the textile transformation and truncating afterwards, the three dots will be rendered on a separate line below the pre formatted text. This would not look any better.
If I did not miss an edge case, I would suggest to close this ticket as won't fix.
Attaching a test case, that tests the current behavior.
Updated by Eric Davis over 14 years ago
- Status changed from New to Closed
- Target version deleted (
0.9.5) - Resolution set to Cant reproduce
I agree with Gregor Schmidt, his test case shows that full lines are truncated and then textilized preserving the formatting (visual example: http://rubular.com/r/Xm8AEzMooZ).
If you can provide the exact content that causes an issue, please post it here and we can look into it again.