[arachne] Proposal: Line-wrap for text input boxes
- From: "Udo Kuhnt" <048321887-0001@xxxxxxxxxxx>
- To: featus2@xxxxxxxxxxxxxx
- Date: Sun, 19 Mar 2006 18:52:59 +0000
Arachne at FreeLists---The Arachne Fan Club!
Hi!
I have encountered the following two problems with Arachne 1.89:
It seems that in text input boxes, if there is already a default text
present that includes very long lines, Arachne truncates these lines.
I have seen this problem with the PmWiki system of Club DR-DOS on the
DR-DOS history page
http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/pmwiki.php/Main/History
when trying to edit the text using the "Edit Page" function at the top
of the page; both the "Matthias Paul" and "Mr.M" stories that consist of
very long lines are truncated and the rest is lost when one writes back
the changes.
Mozilla (and probably also other browsers) handle this by
"soft-wrapping" (without actually inserting CRs) text into the next line
if the end of the current line has been reached, similar to what Arachne
uses when composing emails. This happens automatically and is probably
the reason why these long lines exist.
Also, I have noticed that *very bad* things can happen if one enters
text on a line that exceeds the invisible limit that Arachne imposes on
the maximum length of a line.
So I hereby propose the following two fixes/enhancements:
1. Add a soft-wrap function for multi-line text input fields to Arachne
that works like the one in Mozilla, thereby preserving long lines, and
2. place additional checks to safeguard against the user typing too long
lines - even if soft-wrap is working, this could still happen by
entering a single very long word.
Regards,
Udo
-- The DR-DOS/OpenDOS Enhancement Project - http://www.drdosprojects.de
-- This mail was written by a user of The Arachne Browser - http://arachne.cz/
Arachne at FreeLists
-- Arachne, The Premier GPL Web Browser/Suite for DOS --
Other related posts:
- » [arachne] Proposal: Line-wrap for text input boxes