Summary | Allow drag-and-drop of text to plain text editor |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | horde (at) headbank (dot) co (dot) uk |
Created | 06/21/2014 (4045 days ago) |
Due | |
Updated | 07/10/2014 (4026 days ago) |
Assigned | 06/30/2014 (4036 days ago) |
Resolved | 07/10/2014 (4026 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
message is possible.
play around tomorrow to see if I can get this to work on IE and Chrome.
But closing ticket since it is referring to the plain text editor,
which is now fixed.
commit 986c75cda9c180dfa8025b81fb0414fd6e788041
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Jul 9 19:41:55 2014 -0600
[mms] Re-enable drag/drop of text to dynamic plaintext compose
window (
Bug #13281).imp/docs/CHANGES | 9 +++++++++
imp/js/ckeditor/pasteattachment.js | 4 +---
imp/js/draghandler.js | 21 ++++++++++++++-------
imp/package.xml | 15 ++++++++++++++-
4 files changed, 38 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/986c75cda9c180dfa8025b81fb0414fd6e788041
commit a70df7a2a640c55a1c84b1cb75a5d29fc912af4d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Jul 9 19:41:55 2014 -0600
[mms] Re-enable drag/drop of text to dynamic plaintext compose
window (
Bug #13281).imp/docs/CHANGES | 2 ++
imp/js/ckeditor/pasteattachment.js | 4 +---
imp/js/draghandler.js | 21 ++++++++++++++-------
imp/package.xml | 4 ++--
4 files changed, 19 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/a70df7a2a640c55a1c84b1cb75a5d29fc912af4d
State ⇒ Feedback
Type ⇒ Bug
message is possible. So I consider this a bug. We should probably
restrict the drop target to the attachment area, like when the HTML
editor is enabled.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Prefs/config option to disable attachment drag-and-drop
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
has one annoyance in that it prevents text drag-and-drop from working
within the plaintext composer, at least on Windows and Linux platforms
/ Firefox 30.
I suggest that the feature be able to be disabled by user pref and/or
by global configuration, for those with a focus on text editing with
drag-and-drop capability.
Of course a solution that permitted both functions to coexist would be
optimal, but I'm not sure that is possible.