Roundup Tracker - Issues

Message6645

Author matt109
Recipients matt109, rouilj
Date 2019-09-18.08:31:32
Message-id <1568795493.37.0.564901387022.issue2551060@roundup.psfhosted.org>
In-reply-to
Hi John

Thanks for the reply, I have checked the HTML source and it does include the wrap="hard" tag:

<tr>
 <th>Change Note</th>
 <td colspan="3">
  <textarea name="@note" wrap="hard" rows="5" cols="80"></textarea>
 </td>
</tr>

When line breaks are added using the return key, they are all present and correct. The ones that are missing are the "automatic" ones that are added when the line wraps after getting to the edge of the text area.

When typing in the text area, the text wraps correctly in the browser pane. It is after hitting the submit changes button, and this is posted and then displayed below as a message.
History
Date User Action Args
2019-09-18 08:31:33matt109setmessageid: <1568795493.37.0.564901387022.issue2551060@roundup.psfhosted.org>
2019-09-18 08:31:33matt109setrecipients: + matt109, rouilj
2019-09-18 08:31:33matt109linkissue2551060 messages
2019-09-18 08:31:32matt109create