CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Blank lines pasted in editor as plain text are being removed
Pages: [1]

Author Topic: Blank lines pasted in editor as plain text are being removed  (Read 347 times)

rhrueda

  • I post occasionally
  • **
  • Posts: 45
  • Karma: 0
  • CiviCRM version: 4.4.3
  • CMS version: Drupal Pressflow 6.22
  • MySQL version: 5.5.22
  • PHP version: 5.3.10
Blank lines pasted in editor as plain text are being removed
January 13, 2014, 02:28:17 am
Hi!

When I paste lines into the editor for a mass mailing, with the button "plain text", it removes the blank lines. As an example:

Pasted directly works fine:

aaaaaa


bbbbbb
cccccc

dddddd
HTML

<p>aaaaaa
<br />
<br />
<br />
bbbbbb
<br />
cccccc
<br />
<br />
dddddd
</p>

Pasted with the "plain text" button active:

aaaaaa

bbbbbb
cccccc

dddddd
HTML

<p>&nbsp;</p>
<p>aaaaaa</p>
<p>bbbbbb
<br />
cccccc</p>
<p>dddddd</p>


Is that behavior correct?

Thanks!!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Blank lines pasted in editor as plain text are being removed

This forum was archived on 2017-11-26.