Edgewall Software

Ticket #2285 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Stipping whitespace at the beginning of ticket descriptions breaks lists

Reported by: trac@… Owned by: cmlenz
Priority: normal Milestone: 0.9.1
Component: ticket system Version: 0.9
Severity: minor Keywords:
Cc:

Description

If a ticket description begins with a list the first list the space before the first asterisk is stripped breaking the display of the list.

The whitespace is stripped before it makes it into the database; I can update the description manually using the sqlite command-line utility replacing the leading space and the ticket description is again displayed correctly so this isn't a render-time error.

This broke sometime between 0.9b2 and 0.9.

Example description:

 * first list item
 * second list item

...displays as:

* first list item

  • second list item

Attachments

Change History

Changed 3 years ago by trac@…

Caused by [2373] maybe?

Changed 3 years ago by cmlenz

  • owner changed from jonas to cmlenz
  • status changed from new to assigned
  • milestone set to 0.9.1

Yep.

Changed 3 years ago by cmlenz

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [2580] and [2581].

Add/Change #2285 (Stipping whitespace at the beginning of ticket descriptions breaks lists)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.