Summary | Addiing original message text to the body reg during HTML composition. |
Queue | IMP |
Queue Version | 6.1.6 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | asa (at) isac (dot) gov (dot) in |
Created | 02/25/2014 (4146 days ago) |
Due | |
Updated | 03/11/2014 (4132 days ago) |
Assigned | |
Resolved | 03/11/2014 (4132 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit c7a95d5695ef5394ed19df989e653aad9431a83e
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Mar 11 00:18:01 2014 -0600
Bug #12993: Catch special keydown characters within the HTML editorimp/js/compose-dimp.js | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c7a95d5695ef5394ed19df989e653aad9431a83e
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Addiing original message text to the body reg during HTML composition.
Type ⇒ Bug
State ⇒ Unconfirmed
#12967.The user selects forward option. Starts typing some message in body
of the message. Later after some typing clicks on 'Check this box to
add the original message text to the body'. Whatever has been typed
by the user till this time is getting lost and overwritten with the
original text message.
It does not work in HTML composition mode, but works in Text
composition mode. This behavior can be seen on demo.horde.org website
also.
so, the bug is in HTML composition mode.