| Summary | Unable to select identities when composing a message |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | slusarz (at) horde (dot) org |
| Requester | rui.carneiro (at) portugalmail (dot) net |
| Created | 10/22/2012 (4765 days ago) |
| Due | |
| Updated | 10/27/2012 (4760 days ago) |
| Assigned | |
| Resolved | 10/22/2012 (4765 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 14a71b2637516cd23850a437e3bcd5f41263571b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 22 09:57:51 2012 -0600
Bug #11569: Fix selection of identityimp/js/dimpcore.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/14a71b2637516cd23850a437e3bcd5f41263571b
Assigned to Michael Slusarz
State ⇒ Resolved
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
support; for several, you have to apply the rule on an
element-by-element basis)
commit 14a71b2637516cd23850a437e3bcd5f41263571b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 22 09:57:51 2012 -0600
Bug #11569: Fix selection of identityimp/js/dimpcore.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/14a71b2637516cd23850a437e3bcd5f41263571b
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Unable to select identities when composing a message
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
https://github.com/horde/horde/blob/master/imp/js/dimpcore.js#L427
Shouldn't you be disabling text selection via CSS? Something like this maybe:
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;