Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-378] EmailDialog - crashes w/ newlines in message body

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:52:51.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsAndroid
Labelsandroid, dialog, email
ReporterRobb Shecter
AssigneeDon Thorp
Created2011-04-15T02:28:20.000+0000
Updated2011-04-17T01:52:51.000+0000

Description

Steps to reproduce:

ed.setMessageBody("Hello \n\n there"); // Same effect with single quotes.
ed.open();

For me this is a blocker for using the EmailDialog: I need some way to do a bare minimum of formatting of the email message body.

Comments

  1. Stephen Tramer 2011-04-15

    Tested OK ios 1.6.0 RC1. Passing to Android for triage.

JSON Source