Roundup Tracker - Issues

Message6825

Author LudwigReiter
Recipients LudwigReiter
Date 2019-11-29.09:57:21
Message-id <1575021441.27.0.548066543919.issue2551070@roundup.psfhosted.org>
In-reply-to
In the Web interface we use textareas with wrap="hard" to wrap text.
But there is following bug in FF68:
Textarea wrap=hard does not actually insert newlines when posting
https://bugzilla.mozilla.org/show_bug.cgi?id=1568313

A possible solution could be:
* implement serverside wrap for the textarea string.
* implement a client side wrap with javascript and for FF only.
History
Date User Action Args
2019-11-29 09:57:21LudwigReitersetrecipients: + LudwigReiter
2019-11-29 09:57:21LudwigReitersetmessageid: <1575021441.27.0.548066543919.issue2551070@roundup.psfhosted.org>
2019-11-29 09:57:21LudwigReiterlinkissue2551070 messages
2019-11-29 09:57:21LudwigReitercreate