<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Hard wrap in preference texarea breaks long URLs in IE</title> 
  <pubDate>Fri, 10 Apr 2026 19:46:41 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6024?Horde=08db9e20e0bae9fbbe3d2cce099dfe2b</link> 
  <atom:link rel="self" type="application/rss+xml" title="Hard wrap in preference texarea breaks long URLs in IE" href="https://bugs.horde.org/ticket/6024/rss?Horde=08db9e20e0bae9fbbe3d2cce099dfe2b" /> 
  <description>Hard wrap in preference texarea breaks long URLs in IE</description> 
 
   
   
  <item> 
   <title>The file templates/prefs/textarea.inc uses the attribute wra</title> 
   <description>The file templates/prefs/textarea.inc uses the attribute wrap=&quot;hard&quot;  IE inserts line break characters where the wrapping occurs before sending the data back to the server.  If a long URL is entered as part of a user&#039;s signature, the URL is broken.  Firefox does not respect the wrap attribute and therefore does not exhibit this problem.  Two possible solutions are:

1 - Use wrap=&quot;soft&quot; -- this will wrap in the browser, but be sent to the server without line breaks.

2 - Don&#039;t use the wrap attribute at all (it&#039;s not part of the HTML 4 or XHTML standards) and have the wrapping done on the server side using String::wrap which prevents breaking long words (or URLs)</description> 
   <pubDate>Thu, 20 Dec 2007 18:11:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6024#t40125</link> 
  </item> 
   
  <item> 
   <title>We normally just want newlines where users enter them, so we</title> 
   <description>We normally just want newlines where users enter them, so we shouldn&#039;t even need String::wrap() - we&#039;ve removed the wrap attribute from most other textareas. Or am I missing something?</description> 
   <pubDate>Thu, 20 Dec 2007 21:16:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6024#t40133</link> 
  </item> 
   
  <item> 
   <title>I&#039;ve removed the wrap tag attribute HEAD and the FRAMEWORK_3</title> 
   <description>I&#039;ve removed the wrap tag attribute HEAD and the FRAMEWORK_3 branch.</description> 
   <pubDate>Thu, 20 Dec 2007 21:21:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6024#t40136</link> 
  </item> 
   
  <item> 
   <title>This was a bug.</title> 
   <description>This was a bug.</description> 
   <pubDate>Thu, 20 Dec 2007 21:21:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6024#t40137</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
