Summary | Cut/Paste via ctrl-c ctrl-v not working in Firefox in preview mode |
Queue | IMP |
Queue Version | 6.1.6 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | aria (at) bsc (dot) gwu (dot) edu |
Created | 01/06/2014 (4197 days ago) |
Due | |
Updated | 04/07/2014 (4106 days ago) |
Assigned | 01/08/2014 (4195 days ago) |
Resolved | 04/07/2014 (4106 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 11c160510d47aa3a16a173e362f0cb5ed8db7d84
Author: João Machado <geral@jpaulo.eu>
Date: Mon Apr 7 18:06:27 2014 +0100
Fix HTML messages text copy using keyboard
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
Bug #12904imp/js/dimpbase.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/11c160510d47aa3a16a173e362f0cb5ed8db7d84
commit 81affcc9f2f7919cb1b9e72dd28cf611815f32aa
Author: João Machado <geral@jpaulo.eu>
Date: Mon Apr 7 18:06:27 2014 +0100
Fix HTML messages text copy using keyboard
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
Bug #12904imp/js/dimpbase.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/81affcc9f2f7919cb1b9e72dd28cf611815f32aa
I've test what is focused (document.activeElement)
- when selecting text in the iframe the iframe is focused
- when pressing the Ctrl key the main (not the iframe's) body element
is in focus
I hope that helps.
message, it does cut/paste properly. HTML messages don't. However,
based on what you said, where CTRL-C is not supported inside and
iframe, then why does it work fine in IE for both text and html
message and in firefox for at least text message?
presentation purposes (the HTML message should be displayed via the
formatting contained in the message, not any Horde/IMP display
formatting).
Plaintext messages are not displayed in an IFRAME - they contain no
formatting data and present no security hazard.
As far as IE vs. FF... it sounds like IE is capturing these actions
within an IFRAME and FF isn't. I don't know if this is a "feature" or
bug of FF. I don't have much time to look at this at present, so any
help in determining this would be appreciated.
messages. But sounds like a browser limitation to me (Ctrl-C is not
allowed inside an IFRAME).
message, it does cut/paste properly. HTML messages don't. However,
based on what you said, where CTRL-C is not supported inside and
iframe, then why does it work fine in IE for both text and html
message and in firefox for at least text message?
Thanks for the clarification.
State ⇒ Feedback
window, then hit CTRL-C the highlighted text is not copied to the
buffer when using Firefox (latest version).
But sounds like a browser limitation to me (Ctrl-C is not allowed
inside an IFRAME).
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Cut/Paste via ctrl-c ctrl-v not working in Firefox in preview mode
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
In dynamic view, when you highlight text in the message preview
window, then hit CTRL-C the highlighted text is not copied to the
buffer when using Firefox (latest version). However, if you select
and then right click, and pick copy, the text is copied to the buffer.
Or, you can double click the message to open in a separate window,
then you can use CTRL-C to copy highlighted text.
Everything appears to work fine when using IE.
Thanks.