Roundup Tracker - Issues

Message6647

Author matt109
Recipients matt109, rouilj
Date 2019-09-19.15:49:50
Message-id <1568908191.0.0.280891749173.issue2551060@roundup.psfhosted.org>
In-reply-to
The issue has now resolved itself...

I have performed a diff on my HTML folder and the 1.6.1 source HTML folder and recreated all differences. As I have customised the tracker with extra fields and lookups, I have only ever updated the HTML as advised in the upgrade document not performed a complete source refresh...

The most likely looking candidate was this missing declaration in the style.css file:

pre {
  white-space: pre-wrap;
}

Now when adding a message, the text no longer is getting truncated with hard returns. Instead word wrap seems to be correctly handled by the browser depending on the size of the text area.

I have kept the original HTML folder, with the issue, if you would like me to do any more investigation...
History
Date User Action Args
2019-09-19 15:49:51matt109setmessageid: <1568908191.0.0.280891749173.issue2551060@roundup.psfhosted.org>
2019-09-19 15:49:51matt109setrecipients: + matt109, rouilj
2019-09-19 15:49:50matt109linkissue2551060 messages
2019-09-19 15:49:50matt109create