6.0.0-alpha12
6/9/25

[#11569] Unable to select identities when composing a message
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 (4613 days ago)
Due
Updated 10/27/2012 (4608 days ago)
Assigned
Resolved 10/22/2012 (4613 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/27/2012 12:59:37 AM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (develop):

commit 14a71b2637516cd23850a437e3bcd5f41263571b
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Mon Oct 22 09:57:51 2012 -0600

     Bug #11569: Fix selection of identity

  imp/js/dimpcore.js |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/14a71b2637516cd23850a437e3bcd5f41263571b
10/22/2012 09:50:02 PM rui (dot) carneiro (at) portugalmail (dot) net Comment #4 Reply to this comment

[Show Quoted Text - 15 lines]
Fair enough. Thank you for the quick fix :)
10/22/2012 04:03:53 PM Michael Slusarz Comment #3
Assigned to Michael Slusarz
State ⇒ Resolved
Reply to this comment
Fixed.
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;
No, for multiple reasons. (they are not available on all browsers we 
support; for several, you have to apply the rule on an 
element-by-element basis)
  user-select: none;
This CSS rule doesn't exist.
10/22/2012 03:59:18 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 14a71b2637516cd23850a437e3bcd5f41263571b
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Mon Oct 22 09:57:51 2012 -0600

     Bug #11569: Fix selection of identity

  imp/js/dimpcore.js |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/14a71b2637516cd23850a437e3bcd5f41263571b
10/22/2012 01:56:46 PM rui (dot) carneiro (at) portugalmail (dot) net Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Unable to select identities when composing a message
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
This code is preventing any select input to be clicked: 
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;

Saved Queries