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

bugs at horde.org bugs at horde.org
Mon Oct 22 21:50:02 UTC 2012


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

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


rui.carneiro at portugalmail.net (2012-10-22 21:50) wrote:

> 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.

Fair enough. Thank you for the quick fix :)





More information about the bugs mailing list