[bugs] [Bug 1194] Changed - textareas wrap incorrectly
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Mar 27 13:22:10 PST 2003
http://bugs.horde.org/show_bug.cgi?id=1194
*** shadow/1194 Sun Mar 9 23:55:43 2003
--- shadow/1194.tmp.21397 Thu Mar 27 13:22:10 2003
***************
*** 3,10 ****
Version: 2.2 Stable
Platform: PHP Code
OS/Version: All
! Status: NEW
! Resolution:
Severity: minor
Priority: P2
Component: IMP
--- 3,10 ----
Version: 2.2 Stable
Platform: PHP Code
OS/Version: All
! Status: RESOLVED
! Resolution: FIXED
Severity: minor
Priority: P2
Component: IMP
***************
*** 25,27 ****
--- 25,44 ----
------- Additional Comments From daniel at med.usyd.edu.au 03/09/03 23:54 -------
PS. This is a bug in 2.0 as well as 2.2
+
+ ------- Additional Comments From jan at horde.org 03/27/03 13:22 -------
+ This is not a bug.
+
+ The wrap attribute is a proprietary attribute not defined in any html standard.
+ Hence it has just been removed from IMP's compose window in CVS. Word wrapping
+ is now done on the server side.
+
+ Beside that, even the browsers that know of a wrap attribute don't know of a
+ "physical" value for that attribute.
+
+ As we now no longer depend on the browser doing the linebreaks but do it on the
+ server side, there shouldn't be any problems with too long lines for your mail
+ server anymore.
+
+ Please note that IMP from CVS (HEAD branch) breaks the lines anyway after 76
+ characters before piping the message to the mail server.
More information about the bugs
mailing list