Summary | Mobile view (smart phone): Spaces get replaced in new messages |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/15/2012 (4684 days ago) |
Due | |
Updated | 08/29/2012 (4670 days ago) |
Assigned | |
Resolved | 08/15/2012 (4684 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 67ab4b273b23cc01006dfeebe18ddef674e08891
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 15 16:31:23 2012 -0600
Bug #11356: Fix handling spaces in smartmobile compose dataAnother place where jquery's built-in methods are very lacking as when
compared with prototypejs.
imp/js/smartmobile.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/67ab4b273b23cc01006dfeebe18ddef674e08891
State ⇒ Resolved
commit 67ab4b273b23cc01006dfeebe18ddef674e08891
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 15 16:31:23 2012 -0600
Bug #11356: Fix handling spaces in smartmobile compose dataAnother place where jquery's built-in methods are very lacking as when
compared with prototypejs.
imp/js/smartmobile.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/67ab4b273b23cc01006dfeebe18ddef674e08891
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Mobile view (smart phone): Spaces get replaced in new messages
Type ⇒ Bug
State ⇒ Unconfirmed
when I write a new message in the imp smartphone view,
all space characters in the subject line and the message body get
replaced by the "+" character.
Thomas