[Tickets #11569] Unable to select identities when composing a message

bugs at horde.org bugs at horde.org
Mon Oct 22 13:56:46 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11569
------------------------------------------------------------------------------
  Ticket             | 11569
  Created By         | rui.carneiro at portugalmail.net
  Summary            | Unable to select identities when composing a message
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


rui.carneiro at portugalmail.net (2012-10-22 13:56) wrote:

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;





More information about the bugs mailing list