Author Topic: 1.1.2 HTML Compose with empty leading paragraph  (Read 3045 times)

Offline cl1cker

  • Newbie
  • *
  • Posts: 4
1.1.2 HTML Compose with empty leading paragraph
« on: June 27, 2015, 07:26:58 AM »
Hello,

When composing in HTML mode with "start new message above quote" set, there is an empty paragraph element at the top of the message body that is invisible to the user in the editor: <p></p> (right above the <div id="_rc_dig"> element). When this message is sent, a blank line appears on the resulting message.

However, when composing in HTML mode with "start new message below quote" or "do not quote the original message" set, the leading line is <p><br data-mce-bogus="1"></br></p> and that blank line is visible to the user in the editor. The resulting whitespace/blank lines are also visible when starting in HTML then switching to text and then back to HTML mode. Also, the resulting sent email accurately portrays the visible message in the editor (no leading blank line).

We upgraded from 1.0.4 in which the leading line, in default HTML compose mode, was always <p><br data-mce-bogus="1"></br></p>.

Any help is greatly appreciated.
-Steve

Offline luckyj

  • Newbie
  • *
  • Posts: 6
Re: 1.1.2 HTML Compose with empty leading paragraph
« Reply #1 on: July 08, 2015, 04:40:29 PM »
Hey Steve...were you using Chrome? I'm seeing the same problem, but only in Chrome. Can you try Firefox or IE?

Offline cl1cker

  • Newbie
  • *
  • Posts: 4
Re: 1.1.2 HTML Compose with empty leading paragraph
« Reply #2 on: July 08, 2015, 09:41:57 PM »
Hey luckyj, thanks for the tip.

Interesting... new HTML compose only shows the leading line properly in IE (11). Firefox (39), Chrome (43) and Opera (30) all shove my signature to the very top even though there is an empty paragraph (<p></p>) seemingly hiding at the top of the editor.