Modify ↓
Opened 17 years ago
Closed 17 years ago
#7938 closed defect (duplicate)
Incorrect quoting when replying to a ticket
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.11.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The "reply" button on comments to tickets does not quote properly: In particular, line breaks are lost.
To reproduce, reply to a trac comment with content like the following:
hello the original message has two lines
As presented (using the standard email-like ">" markers) the rendered version will be more like:
hello the original message has two lines
Attachments (0)
Change History (4)
follow-ups: 2 4 comment:1 by , 17 years ago
comment:3 by , 17 years ago
The above messages demonstrate the issue. The response was generated simply by clicking "reply" and then submit. Nominally one would expect the linebreak to remain.
Note:
See TracTickets
for help on using tickets.



hello
the original message has two lines