I have noticed that plain text emails in Firefox lose the line breaks
if I copy and paste into a new message. The line breaks are preserved
if I use an HTML message, or if I use plain text with Safari or IE.
Has anyone else noticed this? Is there a workaround?
Joel Clermont joel@orionweb.net 262-377-9930
List info: http://lists.roundcube.net/dev/
Joel Clermont wrote:
I have noticed that plain text emails in Firefox lose the line breaks if I copy and paste into a new message. The line breaks are preserved if I use an HTML message, or if I use plain text with Safari or IE. Has anyone else noticed this? Is there a workaround?
i too noticed that behavior with svn r782. as i only c/p one or two messages, i attributed this to the message itself.
perhaps this is ralted to a change from r671:
--- default/mail.css (revision 670) +++ default/mail.css (working copy) @@ -655,6 +655,7 @@ { margin: 0px; padding: 0px;
kind regards, raoul bhatia
I'm not sure that is it. I think that CSS attribute tells Mozilla to
wrap long text within a <pre> block, as opposed to letting it run off
the right edge of the text box. The problem I'm having is text that
doesn't preserve line breaks on copy and paste.
It may very well be a Firefox quirk, since it doesn't happen in other
browsers. I would love a workaround, or at least an explanation of
the problem.
Joel Clermont joel@orionweb.net 262-377-9930
On Sep 12, 2007, at 1:36 AM, Raoul Bhatia [IPAX] wrote:
Joel Clermont wrote:
I have noticed that plain text emails in Firefox lose the line
breaks if I copy and paste into a new message. The line breaks are preserved
if I use an HTML message, or if I use plain text with Safari or IE. Has anyone else noticed this? Is there a workaround?i too noticed that behavior with svn r782. as i only c/p one or two messages, i attributed this to the message itself.
perhaps this is ralted to a change from r671:
--- default/mail.css (revision 670) +++ default/mail.css (working copy) @@ -655,6 +655,7 @@ { margin: 0px; padding: 0px;
- white-space: -moz-pre-wrap !important; white-space: pre; font-family: monospace; }
kind regards, raoul bhatia -- ____________________________________________________________________ DI (FH) Raoul Bhatia M.Sc. email. r.bhatia@ipax.at Technischer Leiter
IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at Barawitzkagasse 10/2/2/11 email. office@ipax.at 1190 Wien tel. +43 1 3670030 FN 277995t HG Wien fax. +43 1 3670030 15 ____________________________________________________________________ _______________________________________________ List info: http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/
Joel Clermont wrote:
I'm not sure that is it. I think that CSS attribute tells Mozilla to wrap long text within a <pre> block, as opposed to letting it run off the right edge of the text box. The problem I'm having is text that doesn't preserve line breaks on copy and paste.
It may very well be a Firefox quirk, since it doesn't happen in other browsers. I would love a workaround, or at least an explanation of the problem.
ok, i thought that it worked before but is now broken. i tried to play a little with the css files but the problem remained.
anyways, upon searching for a solution, i stumbled accross:
http://cheeaun.phoenity.com/weblog/2005/06/whitespace-and-generated-content....
perhaps we should give thought to also adding opera/hp/etc. fixes to the css?
cheers, raoul bhatia